From 63ceb4f304a1facad63e1cb8b152ef071953874c Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 20 Dec 1998 02:31:47 +0000 Subject: Use absolute path for final rm. --- tests/ln/misc | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/ln/misc b/tests/ln/misc index f3b39efec..bf9412aab 100755 --- a/tests/ln/misc +++ b/tests/ln/misc @@ -3,6 +3,11 @@ PATH=../../../src:$PATH tmp=t2-ln.$$ +if test "$VERBOSE" = yes; then + set -x + $LN --version +fi + test_failure=0 mkdir $tmp || test_failure=1 cd $tmp || test_failure=1 @@ -84,6 +89,6 @@ test -f $ld || fail=1 rm -rf $d $f $ld cd .. -rm -rf $tmp +../../src/rm -rf $tmp exit $fail -- cgit v1.2.3-70-g09d2