diff options
Diffstat (limited to 'testsuite/semko/utrace13.stp')
-rwxr-xr-x | testsuite/semko/utrace13.stp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/testsuite/semko/utrace13.stp b/testsuite/semko/utrace13.stp new file mode 100755 index 00000000..16cc0391 --- /dev/null +++ b/testsuite/semko/utrace13.stp @@ -0,0 +1,4 @@ +#! stap -p2 + +# path can't end with '..' +probe process("/foo/bar/..").death { } |