xfstests: RESULTS_DIR needs to be an absolute path
[xfstests-dev.git] / tests / generic / 001
index c7d9e5fa44b24b017502cbc11620abeb00767788..326097142180f07b46ae5ebcd8b399cac2eff269 100755 (executable)
@@ -192,7 +192,7 @@ _mark_iteration()
 #
 _chain()
 {
-    $AWK_PROG -v full_file=$here/$seqres.full -v verify=$verify <$tmp.config '
+    $AWK_PROG -v full_file=$seqres.full -v verify=$verify <$tmp.config '
 BEGIN  { nfile = 0 }
 /^\#/  { next }
        { file[nfile] = $1
@@ -240,7 +240,7 @@ END { srand('$iter')
            }
          }
        }' \
-       | tee -a $here/$seqres.full | sh
+       | tee -a $seqres.full | sh
 }
 
 _check()
@@ -294,7 +294,7 @@ _cleanup()
     fi
 }
 
-rm -f $here/$seqres.full
+rm -f $seqres.full
 status=0
 _cleanup
 status=1
@@ -308,7 +308,7 @@ _setup
 for iter in 1 2 3 4 5
 do
     echo -n "iter $iter chain ... "
-    echo "iter $iter" >> $here/$seqres.full
+    echo "iter $iter" >> $seqres.full
     _chain
     _check
     if [ -f $tmp.bad ]