diff options
Diffstat (limited to 'testsuite/semok')
-rwxr-xr-x | testsuite/semok/nine.stp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/semok/nine.stp b/testsuite/semok/nine.stp index 15bcf8d9..f1a48c6f 100755 --- a/testsuite/semok/nine.stp +++ b/testsuite/semok/nine.stp @@ -1,3 +1,3 @@ #! /bin/sh -./stap -p2 -I${SRCDIR}/testsuite/semlib -e 'probe begin { a = g1 }' +./stap -p2 -I${SRCDIR}/testsuite/semlib -e 'probe begin { g2[1] = 0 }' |