]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
whoops. traps were commented out.
authorJim Meyering <jim@meyering.net>
Thu, 12 Jan 2006 08:00:17 +0000 (08:00 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 12 Jan 2006 08:00:17 +0000 (08:00 +0000)
tests/du/long-sloop

index 68049f63830da94d51ed0e1e5f280200170fd0bb..8e777dc5215e8cc8409e734a9552c3793acfd24a 100755 (executable)
@@ -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