[Libguestfs] [PATCH 2/3] inspector: Fix tests for out-of-tree builds

Hilko Bengen bengen at hilluzination.de
Thu Jan 17 22:59:21 UTC 2013


---
 inspector/test-xmllint.sh.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/inspector/test-xmllint.sh.in b/inspector/test-xmllint.sh.in
index c156bd2..602823f 100755
--- a/inspector/test-xmllint.sh.in
+++ b/inspector/test-xmllint.sh.in
@@ -25,5 +25,5 @@ if [ -z "$EXAMPLE_XML" ]; then
 fi
 
 for f in $EXAMPLE_XML; do
-    @XMLLINT@ --noout --relaxng $srcdir/virt-inspector.rng $f
+    @XMLLINT@ --noout --relaxng $srcdir/virt-inspector.rng $srcdir/$f
 done
-- 
1.7.10.4




More information about the Libguestfs mailing list