diff options
author | Dave Brolley <brolley@redhat.com> | 2009-12-18 16:22:01 -0500 |
---|---|---|
committer | Dave Brolley <brolley@redhat.com> | 2009-12-18 16:22:01 -0500 |
commit | 961588fd58020a7c21e4a9c0c50bc5a5f26e4790 (patch) | |
tree | 48360ad54e3e236e293ada538ea87cd8d1ed5cd0 /testsuite/lib/systemtap.exp | |
parent | 547a3b44141e7c7b6548d130bb37f18a634a50a2 (diff) | |
download | systemtap-steved-961588fd58020a7c21e4a9c0c50bc5a5f26e4790.tar.gz systemtap-steved-961588fd58020a7c21e4a9c0c50bc5a5f26e4790.tar.xz systemtap-steved-961588fd58020a7c21e4a9c0c50bc5a5f26e4790.zip |
PR 10247 10276 10905: Infrastructure for moving underlying client/server tools to libexec.
Diffstat (limited to 'testsuite/lib/systemtap.exp')
-rw-r--r-- | testsuite/lib/systemtap.exp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/testsuite/lib/systemtap.exp b/testsuite/lib/systemtap.exp index 13e6d1a2..2c46e30f 100644 --- a/testsuite/lib/systemtap.exp +++ b/testsuite/lib/systemtap.exp @@ -155,7 +155,6 @@ proc setup_server {} { # The server does not call this instance of 'stap' if {[installtest_p]} then { exec /bin/cp -p [exec which stap-client] $net_path/stap - exec /bin/cp -p [exec which stap-env] $net_path/stap-env } else { exec /bin/cp -p $srcdir/../stap-client $net_path/stap exec /bin/cp -p $srcdir/../stap-env $net_path/stap-env |