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