From c175e3f6c86206b676658c181556fc9b15f25f88 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 20 Apr 2002 14:49:46 +0000 Subject: update framework --- tests/rm/ir-1 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tests/rm/ir-1') diff --git a/tests/rm/ir-1 b/tests/rm/ir-1 index c127a1cdf..c5d76cde7 100755 --- a/tests/rm/ir-1 +++ b/tests/rm/ir-1 @@ -8,12 +8,12 @@ if test "$VERBOSE" = yes; then fi pwd=`pwd` -tmp=`echo "$0"|sed 's,.*/,,'`.tmp -trap 'status=$?; cd $pwd; rm -rf $tmp && exit $status' 0 +t0=`echo "$0"|sed 's,.*/,,'`.tmp;tmp=$t0/$$ +trap 'status=$?; cd $pwd; rm -rf $t0 && exit $status' 0 trap '(exit $?); exit' 1 2 13 15 test_failure=0 -mkdir $tmp $tmp/a $tmp/b $tmp/c || test_failure=1 +mkdir -p $tmp $tmp/a $tmp/b $tmp/c || test_failure=1 > $tmp/a/a || test_failure=1 > $tmp/b/bb || test_failure=1 > $tmp/c/cc || test_failure=1 -- cgit v1.2.3-70-g09d2