From 6f51dd7abbeb6a9fea9af355410d7846089d0674 Mon Sep 17 00:00:00 2001 From: Thomas Levine <_@thomaslevine.com> Date: Mon, 17 Nov 2014 04:44:51 +0000 Subject: [PATCH] more urchin -x tests --- .../urchin -x should pass the $TEST_SHELL | 3 +++ ... start the $TEST_SHELL. => urchin -x should start a shell.} | 0 .../urchin -x should start the $TEST_SHELL | 3 +++ 3 files changed, 6 insertions(+) create mode 100755 tests/Cross-shell test support/urchin -x should pass the $TEST_SHELL rename tests/Cross-shell test support/{urchin -x should start the $TEST_SHELL. => urchin -x should start a shell.} (100%) create mode 100755 tests/Cross-shell test support/urchin -x should start the $TEST_SHELL diff --git a/tests/Cross-shell test support/urchin -x should pass the $TEST_SHELL b/tests/Cross-shell test support/urchin -x should pass the $TEST_SHELL new file mode 100755 index 0000000..a474040 --- /dev/null +++ b/tests/Cross-shell test support/urchin -x should pass the $TEST_SHELL @@ -0,0 +1,3 @@ +#!/bin/sh +export TEST_SHELL=/bin/zsh +echo '[ "$TEST_SHELL" = /bin/zsh ] ; exit $?' | ../../urchin -x diff --git a/tests/Cross-shell test support/urchin -x should start the $TEST_SHELL. b/tests/Cross-shell test support/urchin -x should start a shell. similarity index 100% rename from tests/Cross-shell test support/urchin -x should start the $TEST_SHELL. rename to tests/Cross-shell test support/urchin -x should start a shell. diff --git a/tests/Cross-shell test support/urchin -x should start the $TEST_SHELL b/tests/Cross-shell test support/urchin -x should start the $TEST_SHELL new file mode 100755 index 0000000..eda6448 --- /dev/null +++ b/tests/Cross-shell test support/urchin -x should start the $TEST_SHELL @@ -0,0 +1,3 @@ +#!/bin/sh +export TEST_SHELL=/bin/zsh +echo 'test -n "$ZSH_VERSION"; exit $?' | ../../urchin -x