diff options
Diffstat (limited to 'testsuite/parseok/unparser.stp')
-rwxr-xr-x | testsuite/parseok/unparser.stp | 2 |
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 |