more urchin -x tests

This commit is contained in:
Thomas Levine 2014-11-17 04:44:51 +00:00
parent 284077d1a1
commit 6f51dd7abb
3 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,3 @@
#!/bin/sh
export TEST_SHELL=/bin/zsh
echo '[ "$TEST_SHELL" = /bin/zsh ] ; exit $?' | ../../urchin -x

View File

@ -0,0 +1,3 @@
#!/bin/sh
export TEST_SHELL=/bin/zsh
echo 'test -n "$ZSH_VERSION"; exit $?' | ../../urchin -x