diff options
Diffstat (limited to 'ruby/run-bindtests')
-rwxr-xr-x | ruby/run-bindtests | 2 |
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 |