diff options
author | Jameson Graef Rollins <jrollins@finestructure.net> | 2009-06-30 15:11:57 -0400 |
---|---|---|
committer | Jameson Graef Rollins <jrollins@finestructure.net> | 2009-06-30 15:11:57 -0400 |
commit | 835a7d2e53e2b1c1a971fad5fa5bc9b82ee1ce41 (patch) | |
tree | b64d68f427a273a1c286eec4c68f2512bed28722 /tests/common | |
parent | c462ef9ff4e9d676d59d139c9d001fa37c7876a0 (diff) |
some small improvements to test/basic, including checking for sshd
Diffstat (limited to 'tests/common')
-rw-r--r-- | tests/common | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/common b/tests/common index a000c56..6d732c8 100644 --- a/tests/common +++ b/tests/common @@ -4,7 +4,7 @@ failed_cleanup() { # FIXME: can we be more verbose here? echo 'FAILED!' if [ -z "$MONKEYSPHERE_TEST_NO_EXAMINE" ] ; then - read -p "press enter to cleanup and remove tmp (or type bash for a subshell to examine): " XX + read -p "press enter to cleanup and remove tmp (or type 'bash' for a subshell to examine): " XX if [ "$XX" = bash ] ; then echo "Entering subshell..." cd "$TEMPDIR" |