From: Jim Meyering Date: Thu, 23 Nov 2000 14:32:09 +0000 (+0000) Subject: whoops X-Git-Tag: FILEUTILS-4_0_33~58 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=75e63ae6cdc1a2331e77c9bef3bd189c66801fb9;p=thirdparty%2Fcoreutils.git whoops --- diff --git a/tests/chmod/equal-x b/tests/chmod/equal-x index b5f930af1f..e938dc0482 100755 --- a/tests/chmod/equal-x +++ b/tests/chmod/equal-x @@ -10,11 +10,11 @@ tmp=eq-x-$$ trap 'status=$?; cd $pwd; chmod -R a+rwx $tmp; rm -rf $tmp && exit $status' 0 trap '(exit $?); exit' 1 2 13 15 -file=f framework_failure=0 -mkdir $file || framework_failure=1 -cd $file || framework_failure=1 +mkdir $tmp || framework_failure=1 +cd $tmp || framework_failure=1 +file=f touch $file || framework_failure=1 chmod 444 $file || framework_failure=1