From cb43bd6a6a9283306523283b4c933238f0186129 Mon Sep 17 00:00:00 2001 From: dsmith Date: Mon, 17 Sep 2007 20:43:57 +0000 Subject: 2007-09-17 David Smith * semko/procfs06.stp: New test case. * semko/procfs07.stp: Ditto. * semko/procfs08.stp: Ditto. * semko/procfs09.stp: Ditto. * semko/procfs10.stp: Ditto. --- testsuite/semko/procfs09.stp | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 testsuite/semko/procfs09.stp (limited to 'testsuite/semko/procfs09.stp') diff --git a/testsuite/semko/procfs09.stp b/testsuite/semko/procfs09.stp new file mode 100755 index 00000000..2299dae9 --- /dev/null +++ b/testsuite/semko/procfs09.stp @@ -0,0 +1,5 @@ +#! stap -p2 + +# path can't be a relative path +probe procfs("foo/.").read { } + -- cgit