moving tests

This commit is contained in:
Thomas Levine 2014-11-16 22:26:54 +00:00
parent 2ab070c353
commit 3470e4b979
5 changed files with 10 additions and 3 deletions

View File

@ -0,0 +1,4 @@
#! ../../urchin -x
echo "Running shell: $(ps -o comm= -p $$ && :)"
echo "\$TEST_SHELL: $TEST_SHELL"
[ "$TEST_SHELL" = 'bash' ]

View File

@ -0,0 +1,3 @@
#!/bin/sh
test c = $(../../urchin -x .print-arg-3 a 'b b b b' c d e)

View File

@ -0,0 +1,3 @@
#!/bin/sh
export TEST_SHELL=/bin/bash
../../urchin .test-urchin-x

View File

@ -1,3 +0,0 @@
#!/bin/sh
test c = $(../urchin -x .print-arg-3 a 'b b b b' c d e)