summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJameson Graef Rollins <jrollins@finestructure.net>2009-02-21 16:48:43 -0500
committerJameson Graef Rollins <jrollins@finestructure.net>2009-02-21 16:48:43 -0500
commiteb88374be90344d1808fe49a5bc69a547a09280d (patch)
tree6bed970da1f85171b1c0b13095b702825a90754b /tests
parentac1e7db655c4be2f51511bdc967cdf16bf2560e7 (diff)
parent062f4e0273404c14b31216442308f14b30d34947 (diff)
Merge commit 'dkg/master'
Diffstat (limited to 'tests')
-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