diff options
author | Jim Meyering <jim@meyering.net> | 2000-06-14 16:53:36 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-06-14 16:53:36 +0000 |
commit | b8264a299db1df881fc7a21af374ad8d701cd16f (patch) | |
tree | d9208efbe7d6dbfb6811c3d60abcd775328b777f | |
parent | 26ceb4bc2224e939af4a8f3becfce0e2fd82e513 (diff) | |
download | coreutils-b8264a299db1df881fc7a21af374ad8d701cd16f.tar.xz |
(framework_failure): Initialize this instead of test_failure.
-rwxr-xr-x | tests/rm/r-1 | 2 |
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 |