diff options
Diffstat (limited to 'testsuite/semok/args.stp')
-rwxr-xr-x | testsuite/semok/args.stp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/semok/args.stp b/testsuite/semok/args.stp index 00475625..98112088 100755 --- a/testsuite/semok/args.stp +++ b/testsuite/semok/args.stp @@ -1,3 +1,3 @@ #! /bin/sh -./stap -p2 -e 'probe begin { log (@1 . string($2)) }' hello 0xdeadbeef +./stap -p2 -e 'probe begin { log (@1 . sprint($2)) }' hello 0xdeadbeef |