summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.base/cmd_parse.exp
diff options
context:
space:
mode:
authorDavid Smith <dsmith@redhat.com>2008-04-10 15:04:25 -0500
committerDavid Smith <dsmith@redhat.com>2008-04-11 09:40:30 -0500
commit73b011b5be8500ba90309cbeab7a1c43f83c235e (patch)
tree94da246046e93008494e32571fc48b7252622a5b /testsuite/systemtap.base/cmd_parse.exp
parent6d05e34f799ac14ccd7f0adab39986b8b6d89939 (diff)
parentec5d7273b73c56dacb4ac9b167186ff1ea964e63 (diff)
downloadsystemtap-steved-73b011b5be8500ba90309cbeab7a1c43f83c235e.tar.gz
systemtap-steved-73b011b5be8500ba90309cbeab7a1c43f83c235e.tar.xz
systemtap-steved-73b011b5be8500ba90309cbeab7a1c43f83c235e.zip
Merge branch 'master' into work
Conflicts: ChangeLog
Diffstat (limited to 'testsuite/systemtap.base/cmd_parse.exp')
-rw-r--r--testsuite/systemtap.base/cmd_parse.exp9
1 files changed, 9 insertions, 0 deletions
diff --git a/testsuite/systemtap.base/cmd_parse.exp b/testsuite/systemtap.base/cmd_parse.exp
index ff347a9d..cbce0455 100644
--- a/testsuite/systemtap.base/cmd_parse.exp
+++ b/testsuite/systemtap.base/cmd_parse.exp
@@ -75,3 +75,12 @@ expect {
eof {fail "cmd_parse7: unexpected EOF"}
}
wait
+
+spawn stap -l {vm.*}
+expect {
+ -timeout 60
+ -re "vm.*" {pass "cmd_parse8"}
+ timeout {fail "cmd_parse8: unexpected timeout"}
+ eof {fail "cmd_parse8: unexpected EOF"}
+}
+wait