summaryrefslogtreecommitdiffstats
path: root/python/run-bindtests
diff options
context:
space:
mode:
Diffstat (limited to 'python/run-bindtests')
-rwxr-xr-xpython/run-bindtests4
1 files changed, 2 insertions, 2 deletions
diff --git a/python/run-bindtests b/python/run-bindtests
index 08a24e6f..cf28bb6b 100755
--- a/python/run-bindtests
+++ b/python/run-bindtests
@@ -1,6 +1,6 @@
#!/bin/sh -
# libguestfs Perl bindings
-# Copyright (C) 2009 Red Hat Inc.
+# Copyright (C) 2009-2011 Red Hat Inc.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -18,5 +18,5 @@
set -e
-python ${srcdir}/bindtests.py > bindtests.tmp
+$PYTHON ${srcdir}/bindtests.py > bindtests.tmp
diff -u ${srcdir}/../bindtests bindtests.tmp