summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--testsuite/ChangeLog2
-rwxr-xr-xtestsuite/semko/thirtynine.stp5
2 files changed, 2 insertions, 5 deletions
diff --git a/testsuite/ChangeLog b/testsuite/ChangeLog
index bb55955c..ec3a916b 100644
--- a/testsuite/ChangeLog
+++ b/testsuite/ChangeLog
@@ -2,6 +2,8 @@
PR 4899
* buildok/fortytwo.stp: New test.
+ * semko/thirtynine.stp: Removed test, now that bug #1305 has become
+ mooted/undone.
2007-08-21 David Smith <dsmith@redhat.com>
diff --git a/testsuite/semko/thirtynine.stp b/testsuite/semko/thirtynine.stp
deleted file mode 100755
index d8cd56f5..00000000
--- a/testsuite/semko/thirtynine.stp
+++ /dev/null
@@ -1,5 +0,0 @@
-#! stap -p2
-
-# bug 1305
-probe kernel.function("*@fs/open.c:1") {
-}