X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;ds=sidebyside;f=tests%2Fcommon;h=6d732c82682ea73407bc8de16c4b9a0b5fcd36a0;hb=835a7d2e53e2b1c1a971fad5fa5bc9b82ee1ce41;hp=a000c565a2d4b2045c2ad425307945598484596d;hpb=c462ef9ff4e9d676d59d139c9d001fa37c7876a0;p=monkeysphere.git 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"