6 lines
126 B
Plaintext
Executable File
6 lines
126 B
Plaintext
Executable File
lines=$(
|
|
$TEST_SHELL ../../urchin -v -s sh -t .testsuite/ |
|
|
tee $tmp | grep -v '^#' | wc -l)
|
|
cat $tmp
|
|
test $lines -eq 4
|