diff options
author | Matthew Goins <mjgoins@openflows.com> | 2009-07-11 12:46:11 -0400 |
---|---|---|
committer | Matthew Goins <mjgoins@openflows.com> | 2009-07-11 12:46:11 -0400 |
commit | 9eb1c769ec82b339079ba786fce9592ec846f115 (patch) | |
tree | 02231e9ef092a77496362f6930cdb72be32a8219 /tests/common | |
parent | 2be12861abfe70143aada51e9034a218967658bf (diff) | |
parent | eb815bce0da27a24ad718c31b77e45032e3a5916 (diff) |
Merge commit 'dkg/master'
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" |