---
 python/run-python-tests.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/python/run-python-tests.in b/python/run-python-tests.in
index 90aee03..0df646b 100755
--- a/python/run-python-tests.in
+++ b/python/run-python-tests.in
@@ -19,7 +19,7 @@
 set -e
 shopt -s nullglob
 
-for f in @srcdir@t/*.py; do
+for f in @srcdir@/t/*.py; do
   basename "$f"
   $PYTHON "$f"
 done
-- 
1.8.5.2

_______________________________________________
Libguestfs mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/libguestfs

Reply via email to