]> sourceware.org Git - systemtap.git/commitdiff
testsuite: excise build-tree directory names from library.exp results
authorFrank Ch. Eigler <fche@redhat.com>
Mon, 12 Sep 2011 21:39:48 +0000 (17:39 -0400)
committerFrank Ch. Eigler <fche@redhat.com>
Mon, 12 Sep 2011 21:39:48 +0000 (17:39 -0400)
testsuite/systemtap.base/library.exp

index 4b58bdbe4d1f6e07c847c20c8591ae9b2c451df4..2c25f4646358fb051afa69d713df45f1db60129b 100644 (file)
@@ -32,8 +32,8 @@ set dpath "[pwd]/sdt_misc_.d"
 set hpath "[pwd]/sdt_misc_.h"
 set opath "[pwd]/sdt_misc_.o"
 
-set exepath "[pwd]/sdt_misc.x"
-set sopath "[pwd]/libsdt.so"
+set exepath "./sdt_misc.x"
+set sopath "./libsdt.so"
 
 # Run dtrace
 
This page took 0.029213 seconds and 5 git commands to generate.