From ce60ef7400445745e8019c9b89092638d83efde3 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 11 May 1998 03:19:35 +0000 Subject: *** empty log message *** --- tests/mv/mv-special-1 | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'tests/mv/mv-special-1') diff --git a/tests/mv/mv-special-1 b/tests/mv/mv-special-1 index 22d88207a..bf11f9bd9 100755 --- a/tests/mv/mv-special-1 +++ b/tests/mv/mv-special-1 @@ -16,14 +16,14 @@ fi null=.mv-null dir=.mv-dir -test_failure=0 +framework_failure=0 -$RM -f $null || test_failure=1 -$MKNOD $null p || test_failure=1 -$MKDIR -p $dir/a/b/c $dir/d/e/f || test_failure=1 -$TOUCH $dir/a/b/c/file1 $dir/d/e/f/file2 || test_failure=1 +$RM -f $null || framework_failure=1 +$MKNOD $null p || framework_failure=1 +$MKDIR -p $dir/a/b/c $dir/d/e/f || framework_failure=1 +$TOUCH $dir/a/b/c/file1 $dir/d/e/f/file2 || framework_failure=1 -if test $test_failure = 1; then +if test $framework_failure = 1; then echo 'failure in testing framework' exit 1 fi -- cgit v1.2.3-54-g00ecf