diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2011-11-29 17:32:19 +0000 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2011-11-29 17:52:43 +0000 |
commit | 27d00960c93b26c68fa1f4068502c32a6e3b5e94 (patch) | |
tree | 28969ad7c03e7ed320ffa227d92f3ffe585942e4 | |
parent | cee513112adcf4084d6be9e3b5037b7b54c9f514 (diff) | |
download | libguestfs-27d00960c93b26c68fa1f4068502c32a6e3b5e94.tar.gz libguestfs-27d00960c93b26c68fa1f4068502c32a6e3b5e94.tar.xz libguestfs-27d00960c93b26c68fa1f4068502c32a6e3b5e94.zip |
extra tests: Absolute path for 'run' command.
-rw-r--r-- | extratests/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extratests/Makefile.am b/extratests/Makefile.am index c08d3dd4..b055d654 100644 --- a/extratests/Makefile.am +++ b/extratests/Makefile.am @@ -32,7 +32,7 @@ VG = valgrind \ --leak-check=full \ --error-exitcode=119 \ --suppressions=$(abs_srcdir)/suppressions -RUN_VG = ../run $(VG) +RUN_VG = $(abs_top_builddir)/run $(VG) export LIBVIRT_DEFAULT_URI = \ qemu+unix:///system?socket=/var/run/libvirt/libvirt-sock-ro |