From: Jim Meyering Date: Wed, 14 Jun 2000 16:53:36 +0000 (+0000) Subject: (framework_failure): Initialize this instead of test_failure. X-Git-Tag: FILEUTILS-4_0v~110 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=b8264a299db1df881fc7a21af374ad8d701cd16f;p=thirdparty%2Fcoreutils.git (framework_failure): Initialize this instead of test_failure. --- diff --git a/tests/rm/r-1 b/tests/rm/r-1 index 3e5ab79e6f..184ad5fe30 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