summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/common2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/common b/tests/common
index 0f90500..30c6a82 100644
--- a/tests/common
+++ b/tests/common
@@ -5,6 +5,8 @@ failed_cleanup() {
echo 'FAILED!'
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"
bash
fi