summaryrefslogtreecommitdiffstats
path: root/testsuite/semko/procfs07.stp
diff options
context:
space:
mode:
authordsmith <dsmith>2007-09-17 20:43:57 +0000
committerdsmith <dsmith>2007-09-17 20:43:57 +0000
commitcb43bd6a6a9283306523283b4c933238f0186129 (patch)
tree665088444af890c68270c4565a0db9b364201066 /testsuite/semko/procfs07.stp
parent9cb48751fd8110c2874791101e99f9757f4620e7 (diff)
downloadsystemtap-steved-cb43bd6a6a9283306523283b4c933238f0186129.tar.gz
systemtap-steved-cb43bd6a6a9283306523283b4c933238f0186129.tar.xz
systemtap-steved-cb43bd6a6a9283306523283b4c933238f0186129.zip
2007-09-17 David Smith <dsmith@redhat.com>
* semko/procfs06.stp: New test case. * semko/procfs07.stp: Ditto. * semko/procfs08.stp: Ditto. * semko/procfs09.stp: Ditto. * semko/procfs10.stp: Ditto.
Diffstat (limited to 'testsuite/semko/procfs07.stp')
-rwxr-xr-xtestsuite/semko/procfs07.stp5
1 files changed, 5 insertions, 0 deletions
diff --git a/testsuite/semko/procfs07.stp b/testsuite/semko/procfs07.stp
new file mode 100755
index 00000000..82f7ca6f
--- /dev/null
+++ b/testsuite/semko/procfs07.stp
@@ -0,0 +1,5 @@
+#! stap -p2
+
+# path can't end with '/'
+probe procfs("foo/").read { }
+