xfstests: RESULTS_DIR needs to be an absolute path
[xfstests-dev.git] / common / filestreams
index b3aee27099928c44a1d7e0c89a516f2fcaea6bf6..590fa7f17805f056b9b6a926f46c438fe7e5b1d5 100644 (file)
@@ -116,7 +116,7 @@ _check_for_dupes()
                 for this_num_two in $num_str_two; do
                         if [ "$this_num_one" == "$this_num_two" ]; then
                                echo "duplicate AG $this_num_one found" \
-                                       >> $RESULT_DIR/$seq.full
+                                       >> $seqres.full
                                return 1
                        fi
                 done
@@ -189,7 +189,7 @@ _test_streams() {
        stream_index=1
        while [ $stream_index -le $stream_count ]; do
                this_stream_ags=`_get_stream_ags stream${stream_index}-dir`
-               echo "stream $stream_index AGs: $this_stream_ags" >> $RESULT_DIR/$seq.full
+               echo "stream $stream_index AGs: $this_stream_ags" >> $seqres.full
                _check_for_dupes "$ags_seen" "$this_stream_ags"
                if [ $? -ne 0 ]; then
                        # this stream is not in seperate AGs to previous streams