From 7627c52330b476c13498144cd1288be0f5869e0f Mon Sep 17 00:00:00 2001 From: William Cohen Date: Fri, 30 Jan 2009 17:00:15 -0500 Subject: Remove systemtap.samples/queue_demo.{exp|stp}. --- testsuite/systemtap.samples/queue_demo.exp | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 testsuite/systemtap.samples/queue_demo.exp (limited to 'testsuite/systemtap.samples/queue_demo.exp') diff --git a/testsuite/systemtap.samples/queue_demo.exp b/testsuite/systemtap.samples/queue_demo.exp deleted file mode 100644 index 49dfac05..00000000 --- a/testsuite/systemtap.samples/queue_demo.exp +++ /dev/null @@ -1,13 +0,0 @@ -set test "queue_demo" -if {![installtest_p]} { untested $test; return } - -spawn stap $srcdir/$subdir/queue_demo.stp -set ok 0 -expect { - -timeout 240 - -re {block-[^\r]*} { incr ok; exp_continue } - timeout { fail "$test (timeout)" } - eof { } -} - -if {$ok > 4 && $ok < 10} { pass "$test" } { fail "$test" } -- cgit