]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(framework_failure): Initialize this instead of test_failure.
authorJim Meyering <jim@meyering.net>
Wed, 14 Jun 2000 16:53:36 +0000 (16:53 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 14 Jun 2000 16:53:36 +0000 (16:53 +0000)
tests/rm/r-1

index 3e5ab79e6f723dba16d25acb280d4a0a7afda85b..184ad5fe309a82e812b6ff306aa0952c1fdcbcf0 100755 (executable)
@@ -16,7 +16,7 @@ tmp=$TMPDIR/t-rm.$$
 trap 'status=$?; cd $pwd; rm -rf $tmp && exit $status' 0
 trap 'exit $?' 1 2 13 15
 
-test_failure=0
+framework_failure=0
 
 mkdir $tmp || framework_failure=1
 mkdir $tmp/a $tmp/a/a || framework_failure=1