summaryrefslogtreecommitdiff
path: root/tests/rm/r-1
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-06-14 16:53:36 +0000
committerJim Meyering <jim@meyering.net>2000-06-14 16:53:36 +0000
commitb8264a299db1df881fc7a21af374ad8d701cd16f (patch)
treed9208efbe7d6dbfb6811c3d60abcd775328b777f /tests/rm/r-1
parent26ceb4bc2224e939af4a8f3becfce0e2fd82e513 (diff)
downloadcoreutils-b8264a299db1df881fc7a21af374ad8d701cd16f.tar.xz
(framework_failure): Initialize this instead of test_failure.
Diffstat (limited to 'tests/rm/r-1')
-rwxr-xr-xtests/rm/r-12
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/rm/r-1 b/tests/rm/r-1
index 3e5ab79e6..184ad5fe3 100755
--- a/tests/rm/r-1
+++ b/tests/rm/r-1
@@ -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