summaryrefslogtreecommitdiff
path: root/tests/common
diff options
context:
space:
mode:
authorJameson Graef Rollins <jrollins@finestructure.net>2009-06-30 15:11:57 -0400
committerJameson Graef Rollins <jrollins@finestructure.net>2009-06-30 15:11:57 -0400
commit835a7d2e53e2b1c1a971fad5fa5bc9b82ee1ce41 (patch)
treeb64d68f427a273a1c286eec4c68f2512bed28722 /tests/common
parentc462ef9ff4e9d676d59d139c9d001fa37c7876a0 (diff)
some small improvements to test/basic, including checking for sshd
Diffstat (limited to 'tests/common')
-rw-r--r--tests/common2
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"