summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.server/test.stp
diff options
context:
space:
mode:
authorDave Brolley <brolley@redhat.com>2010-01-11 20:13:40 -0500
committerDave Brolley <brolley@redhat.com>2010-01-11 20:13:40 -0500
commita0ace4915e5d963c28fa3b54f87afef34b82b6a5 (patch)
tree8498bb2c48473f92334e29eb7dcf7f9460b8ad8b /testsuite/systemtap.server/test.stp
parent44f348171ea72bf8a195fd281a3226541468b65c (diff)
downloadsystemtap-steved-a0ace4915e5d963c28fa3b54f87afef34b82b6a5.tar.gz
systemtap-steved-a0ace4915e5d963c28fa3b54f87afef34b82b6a5.tar.xz
systemtap-steved-a0ace4915e5d963c28fa3b54f87afef34b82b6a5.zip
Rework filtering of client options. Add testsuite.
Diffstat (limited to 'testsuite/systemtap.server/test.stp')
-rw-r--r--testsuite/systemtap.server/test.stp1
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/systemtap.server/test.stp b/testsuite/systemtap.server/test.stp
new file mode 100644
index 00000000..e0f4117f
--- /dev/null
+++ b/testsuite/systemtap.server/test.stp
@@ -0,0 +1 @@
+probe begin { exit (); }