From 835a7d2e53e2b1c1a971fad5fa5bc9b82ee1ce41 Mon Sep 17 00:00:00 2001 From: Jameson Graef Rollins Date: Tue, 30 Jun 2009 15:11:57 -0400 Subject: some small improvements to test/basic, including checking for sshd --- tests/common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/common') 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" -- cgit v1.2.3