From d402b210ea4ee77e0eaa394d75edba1f14537c3e Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 20 May 2000 08:52:03 +0000 Subject: don't use $test --- tests/rm/r-2 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tests/rm/r-2') diff --git a/tests/rm/r-2 b/tests/rm/r-2 index 596581cd3..2aed43b23 100755 --- a/tests/rm/r-2 +++ b/tests/rm/r-2 @@ -24,7 +24,7 @@ LC_ALL=C export LC_ALL # FIXME: if this fails, it's a framework failure -cat < t/$test.E || framework_failure=1 +cat < t/E || framework_failure=1 removing all entries of directory t/a removing all entries of directory t/a/b removing t/a/b/g @@ -41,13 +41,13 @@ fi # Note that both the expected output (above) and the actual output lines # are sorted, because directory entries may be processed in arbitrary order. fail=0 -rm --verbose -r t/a | sort > t/$test.O || fail=1 +rm --verbose -r t/a | sort > t/O || fail=1 if test -d t/a; then fail=1 fi # Compare expected and actual output. -cmp t/$test.E t/$test.O || fail=1 +cmp t/E t/O || fail=1 exit $fail -- cgit v1.2.3-70-g09d2