moving tests
This commit is contained in:
parent
2ab070c353
commit
3470e4b979
@ -0,0 +1,4 @@
|
||||
#! ../../urchin -x
|
||||
echo "Running shell: $(ps -o comm= -p $$ && :)"
|
||||
echo "\$TEST_SHELL: $TEST_SHELL"
|
||||
[ "$TEST_SHELL" = 'bash' ]
|
3
tests/Cross-shell test support/urchin -x should start the $TEST_SHELL.
Executable file
3
tests/Cross-shell test support/urchin -x should start the $TEST_SHELL.
Executable file
@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
test c = $(../../urchin -x .print-arg-3 a 'b b b b' c d e)
|
@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
export TEST_SHELL=/bin/bash
|
||||
../../urchin .test-urchin-x
|
@ -1,3 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
test c = $(../urchin -x .print-arg-3 a 'b b b b' c d e)
|
Loading…
Reference in New Issue
Block a user