diff options
author | David Smith <dsmith@redhat.com> | 2009-04-17 09:27:56 -0500 |
---|---|---|
committer | David Smith <dsmith@redhat.com> | 2009-04-17 09:27:56 -0500 |
commit | 889c4638f741163395438aca60226ff8a5e2009e (patch) | |
tree | c2960f72c34bb12db5b5878c206ca6cae6985c61 /testsuite | |
parent | ee0dfa16f900396f4fd89d4d765e877daa8a2c19 (diff) | |
parent | 2a22df62a80d032e9450570c32009bfea4be7305 (diff) | |
download | systemtap-steved-889c4638f741163395438aca60226ff8a5e2009e.tar.gz systemtap-steved-889c4638f741163395438aca60226ff8a5e2009e.tar.xz systemtap-steved-889c4638f741163395438aca60226ff8a5e2009e.zip |
Merge branch 'master' of ssh://sources.redhat.com/git/systemtap
Diffstat (limited to 'testsuite')
-rw-r--r-- | testsuite/systemtap.base/static_uprobes.exp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/testsuite/systemtap.base/static_uprobes.exp b/testsuite/systemtap.base/static_uprobes.exp index 07ff83e9..1e53d5d3 100644 --- a/testsuite/systemtap.base/static_uprobes.exp +++ b/testsuite/systemtap.base/static_uprobes.exp @@ -93,7 +93,6 @@ if {[installtest_p]} { if {[catch {exec $dtrace -h -s $sup_dpath} res]} { verbose -log "unable to run $dtrace: $res" } -catch {exec rm -f $sup_dpath} if {[file exists $sup_hpath]} then { pass "$test dtrace" } else { |