--- 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 _______________________________________________ Libguestfs mailing list [email protected] https://www.redhat.com/mailman/listinfo/libguestfs
