diff options
author | Jameson Graef Rollins <jrollins@finestructure.net> | 2009-02-21 16:48:43 -0500 |
---|---|---|
committer | Jameson Graef Rollins <jrollins@finestructure.net> | 2009-02-21 16:48:43 -0500 |
commit | eb88374be90344d1808fe49a5bc69a547a09280d (patch) | |
tree | 6bed970da1f85171b1c0b13095b702825a90754b /tests | |
parent | ac1e7db655c4be2f51511bdc967cdf16bf2560e7 (diff) | |
parent | 062f4e0273404c14b31216442308f14b30d34947 (diff) |
Merge commit 'dkg/master'
Diffstat (limited to 'tests')
-rw-r--r-- | tests/common | 2 |
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 |