some small improvements to test/basic, including checking for sshd
[monkeysphere.git] / tests / common
index a000c565a2d4b2045c2ad425307945598484596d..6d732c82682ea73407bc8de16c4b9a0b5fcd36a0 100644 (file)
@@ -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"