summaryrefslogtreecommitdiffstats
path: root/testsuite/parseok/unparser.stp
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/parseok/unparser.stp')
-rwxr-xr-xtestsuite/parseok/unparser.stp2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/parseok/unparser.stp b/testsuite/parseok/unparser.stp
index b5deb146..41dac9a0 100755
--- a/testsuite/parseok/unparser.stp
+++ b/testsuite/parseok/unparser.stp
@@ -19,7 +19,7 @@ do
else guru=
fi
echo $file $guru
- ./stap $guru -p1 $file | ./stap $guru -p1 - > /dev/null
+ stap $guru -p1 $file | stap $guru -p1 - > /dev/null
fi
done
done