more urchin -x tests
This commit is contained in:
parent
284077d1a1
commit
6f51dd7abb
3
tests/Cross-shell test support/urchin -x should pass the $TEST_SHELL
Executable file
3
tests/Cross-shell test support/urchin -x should pass the $TEST_SHELL
Executable file
@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
export TEST_SHELL=/bin/zsh
|
||||
echo '[ "$TEST_SHELL" = /bin/zsh ] ; exit $?' | ../../urchin -x
|
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
|
||||
export TEST_SHELL=/bin/zsh
|
||||
echo 'test -n "$ZSH_VERSION"; exit $?' | ../../urchin -x
|
Loading…
Reference in New Issue
Block a user