summaryrefslogtreecommitdiffstats
path: root/ruby/run-bindtests
diff options
context:
space:
mode:
authorHilko Bengen <bengen@hilluzination.de>2011-11-20 23:57:47 +0100
committerRichard W.M. Jones <rjones@redhat.com>2011-11-22 14:44:53 +0000
commit22ecb8c6eecc8a32b4e60e40a2af57b500076c3d (patch)
treeebb7f7e717c66625d0743a5b4b833a222a323eb4 /ruby/run-bindtests
parent14b895629d79d4caef2667397775773c748b5e45 (diff)
downloadlibguestfs-22ecb8c6eecc8a32b4e60e40a2af57b500076c3d.tar.gz
libguestfs-22ecb8c6eecc8a32b4e60e40a2af57b500076c3d.tar.xz
libguestfs-22ecb8c6eecc8a32b4e60e40a2af57b500076c3d.zip
out-of-tree build: ruby
(cherry picked from commit 8bc6e9d6a89672bbe1e7469774abe889354deb67)
Diffstat (limited to 'ruby/run-bindtests')
-rwxr-xr-xruby/run-bindtests2
1 files changed, 1 insertions, 1 deletions
diff --git a/ruby/run-bindtests b/ruby/run-bindtests
index a78b5f6d..4cac863e 100755
--- a/ruby/run-bindtests
+++ b/ruby/run-bindtests
@@ -18,5 +18,5 @@
set -e
-ruby -Ilib -Iext/guestfs bindtests.rb > bindtests.tmp
+ruby -I${srcdir}/lib -Iext/guestfs ${srcdir}/bindtests.rb > bindtests.tmp
diff -u ${srcdir}/../bindtests bindtests.tmp