diff options
Diffstat (limited to 'testsuite/semko/procfs06.stp')
-rwxr-xr-x | testsuite/semko/procfs06.stp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/testsuite/semko/procfs06.stp b/testsuite/semko/procfs06.stp new file mode 100755 index 00000000..a0548d74 --- /dev/null +++ b/testsuite/semko/procfs06.stp @@ -0,0 +1,5 @@ +#! stap -p2 + +# path can't start with '/' +probe procfs("/foo").read { } + |