X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=ruby%2Frun-bindtests;h=4cac863e9d7a026d5591fd15d83a713b2f3f8c5e;hb=e1f395defc6db5bbc82537af6e517d94216b7d4b;hp=3bfa226d5d54765e095acf4615c98a01e43854fa;hpb=e7ea6d06ab4f203c8acb95f9df72ee0035d76941;p=libguestfs.git diff --git a/ruby/run-bindtests b/ruby/run-bindtests index 3bfa226..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 +ruby -I${srcdir}/lib -Iext/guestfs ${srcdir}/bindtests.rb > bindtests.tmp diff -u ${srcdir}/../bindtests bindtests.tmp