summaryrefslogtreecommitdiffstats
path: root/testsuite/parseko
diff options
context:
space:
mode:
authorDavid Smith <dsmith@redhat.com>2008-04-21 09:16:14 -0500
committerDavid Smith <dsmith@redhat.com>2008-04-22 08:23:24 -0500
commitddbffc50fb36937a162aa1a5ca144b242e207fd7 (patch)
tree89a7a6460cc6d47105042d451252c7f238b9c286 /testsuite/parseko
parentb197bf0b2a6267b73edcdbf68c73d259bf6a6e6a (diff)
downloadsystemtap-steved-ddbffc50fb36937a162aa1a5ca144b242e207fd7.tar.gz
systemtap-steved-ddbffc50fb36937a162aa1a5ca144b242e207fd7.tar.xz
systemtap-steved-ddbffc50fb36937a162aa1a5ca144b242e207fd7.zip
Renamed semko/utrace02.stp to parseko/utrace01.stp.
2008-04-21 David Smith <dsmith@redhat.com> * parseko/utrace01.stp: Renamed from semko/utrace02.stp (since it received a parse error, not a semantic error).
Diffstat (limited to 'testsuite/parseko')
-rwxr-xr-xtestsuite/parseko/utrace01.stp4
1 files changed, 4 insertions, 0 deletions
diff --git a/testsuite/parseko/utrace01.stp b/testsuite/parseko/utrace01.stp
new file mode 100755
index 00000000..1cb4227f
--- /dev/null
+++ b/testsuite/parseko/utrace01.stp
@@ -0,0 +1,4 @@
+#! stap -p2
+
+# process NAME must be a string
+probe process(/bin/cat).death { }