X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=ruby%2Frun-bindtests;h=4cac863e9d7a026d5591fd15d83a713b2f3f8c5e;hb=f23352aefd96dc873111e5e5d55ea22b30c3e0ad;hp=803d4c6ffeb1dcae971d64274b09a1c50b34e59c;hpb=babc0846cc911b01a58a7385d30ad25889b7175a;p=libguestfs.git diff --git a/ruby/run-bindtests b/ruby/run-bindtests index 803d4c6..4cac863 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