X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=ruby%2Frun-bindtests;h=aafcfbaea3ae8d822e2d9cad0f081fdbe40b8d1e;hp=803d4c6ffeb1dcae971d64274b09a1c50b34e59c;hb=HEAD;hpb=babc0846cc911b01a58a7385d30ad25889b7175a diff --git a/ruby/run-bindtests b/ruby/run-bindtests index 803d4c6..aafcfba 100755 --- a/ruby/run-bindtests +++ b/ruby/run-bindtests @@ -14,9 +14,9 @@ # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software -# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. set -e -ruby -Ilib -Iext/guestfs bindtests.rb > bindtests.tmp -diff -u ../bindtests bindtests.tmp +$RUBY -I${srcdir}/lib -Iext/guestfs ${srcdir}/bindtests.rb > bindtests.tmp +diff -u ${srcdir}/../bindtests bindtests.tmp