summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.maps
diff options
context:
space:
mode:
authorfche <fche>2007-03-29 17:30:59 +0000
committerfche <fche>2007-03-29 17:30:59 +0000
commit05fb7de14d0001dd35689ec3ff1cc737220dfc73 (patch)
tree783356cf3a3221a4f174d0bcb834e0ce34a10140 /testsuite/systemtap.maps
parent894c5e003e0d1cdbd3126efca90af01c3ef66f6e (diff)
downloadsystemtap-steved-05fb7de14d0001dd35689ec3ff1cc737220dfc73.tar.gz
systemtap-steved-05fb7de14d0001dd35689ec3ff1cc737220dfc73.tar.xz
systemtap-steved-05fb7de14d0001dd35689ec3ff1cc737220dfc73.zip
2007-03-29 Frank Ch. Eigler <fche@elastic.org>
* systemtap.maps/ix_*.exp: Add catch around close.
Diffstat (limited to 'testsuite/systemtap.maps')
-rw-r--r--testsuite/systemtap.maps/ix_clear.exp2
-rw-r--r--testsuite/systemtap.maps/ix_clear2.exp2
-rw-r--r--testsuite/systemtap.maps/ix_clear3.exp2
3 files changed, 3 insertions, 3 deletions
diff --git a/testsuite/systemtap.maps/ix_clear.exp b/testsuite/systemtap.maps/ix_clear.exp
index 96bba1ba..0ccc6563 100644
--- a/testsuite/systemtap.maps/ix_clear.exp
+++ b/testsuite/systemtap.maps/ix_clear.exp
@@ -20,5 +20,5 @@ expect {
fail "$test unexpected EOF" }
-re "semantic error:" { fail "$test compilation" }
}
-close
+catch { close }
wait
diff --git a/testsuite/systemtap.maps/ix_clear2.exp b/testsuite/systemtap.maps/ix_clear2.exp
index 702ecc4f..75a2cf2a 100644
--- a/testsuite/systemtap.maps/ix_clear2.exp
+++ b/testsuite/systemtap.maps/ix_clear2.exp
@@ -21,5 +21,5 @@ expect {
fail "$test unexpected EOF" }
-re "semantic error:" { fail "$test compilation" }
}
-close
+catch { close }
wait
diff --git a/testsuite/systemtap.maps/ix_clear3.exp b/testsuite/systemtap.maps/ix_clear3.exp
index 5ccde188..4ca44008 100644
--- a/testsuite/systemtap.maps/ix_clear3.exp
+++ b/testsuite/systemtap.maps/ix_clear3.exp
@@ -19,5 +19,5 @@ expect {
fail "$test unexpected EOF" }
-re "semantic error:" { fail "$test compilation" }
}
-close
+catch { close }
wait