use TEST_SHELL

This commit is contained in:
Thomas Levine 2016-02-28 20:11:34 +00:00
parent 008d8a2829
commit 0d0c7aa0f3
2 changed files with 2 additions and 2 deletions

View File

@ -1,2 +1,2 @@
#!/bin/sh
../../urchin --version | grep '[0-9.]\{3,\}'
$TEST_SHELL ../../urchin --version | grep '[0-9.]\{3,\}'

View File

@ -1,6 +1,6 @@
#!/bin/sh
../../urchin --run-in-series --exit-on-fail \
$TEST_SHELL ../../urchin --run-in-series --exit-on-fail \
./.test_-e,--exit-on-fail > $tmp
result=$?