summaryrefslogtreecommitdiff
path: root/tests/du
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2006-01-12 08:00:17 +0000
committerJim Meyering <jim@meyering.net>2006-01-12 08:00:17 +0000
commit8d75ee59e00c43f25321fe3cdc80d51e8e7434b1 (patch)
tree22e50c6baa9358b70251b853a67584062a474ade /tests/du
parentc27afc1a0495f5d717545f54c3b7179583742f39 (diff)
downloadcoreutils-8d75ee59e00c43f25321fe3cdc80d51e8e7434b1.tar.xz
whoops. traps were commented out.
Diffstat (limited to 'tests/du')
-rwxr-xr-xtests/du/long-sloop4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/du/long-sloop b/tests/du/long-sloop
index 68049f638..8e777dc52 100755
--- a/tests/du/long-sloop
+++ b/tests/du/long-sloop
@@ -12,8 +12,8 @@ fi
pwd=`pwd`
t0=`echo "$0"|sed 's,.*/,,'`.tmp; tmp=$t0/$$
-#trap 'status=$?; cd $pwd; chmod -R u+rwx $t0; rm -rf $t0 && exit $status' 0
-#trap '(exit $?); exit $?' 1 2 13 15
+trap 'status=$?; cd $pwd; chmod -R u+rwx $t0; rm -rf $t0 && exit $status' 0
+trap '(exit $?); exit $?' 1 2 13 15
framework_failure=0
mkdir -p $tmp || framework_failure=1