5 lines
121 B
Plaintext
Executable File
5 lines
121 B
Plaintext
Executable File
$TEST_SHELL ../../urchin --shell sh --timeout 0.3 .slow-tests 2>&1 |
|
|
grep -v -- --timeout |
|
|
grep timeout
|
|
test $? = 1
|