move some setup teardown tests

This commit is contained in:
Thomas Levine 2016-02-28 22:33:47 +00:00
parent a8931169ae
commit 58f2f754b5
16 changed files with 7 additions and 4 deletions

View File

@ -1,3 +0,0 @@
#!/bin/sh
[ $(../../urchin .test| grep 31|wc -l) -lt 3 ]

View File

@ -0,0 +1,3 @@
setup has run
setup has run
setup has run

View File

View File

@ -0,0 +1,3 @@
#!/bin/sh
$TEST_SHELL ../../urchin --run-in-series .test

2
urchin
View File

@ -442,7 +442,7 @@ you don't need to quote the TEST_SHELL variable." > /dev/stderr
echo "$shell_for_sh_tests" >> "$shell_list"
;;
-n) cycle_shell=false;;
-t) tap_format=true;;
-t|--tap) tap_format=true;;
-h|--help) urchin_help
exit 0;;
--version) echo "$VERSION"