Add a default common.env in case the one supposed to be emitted by configure cannot be found.
Signed-off-by: Max Reitz <mre...@redhat.com> --- tests/qemu-iotests/common.env.default | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 tests/qemu-iotests/common.env.default diff --git a/tests/qemu-iotests/common.env.default b/tests/qemu-iotests/common.env.default new file mode 100644 index 0000000..406e1f1 --- /dev/null +++ b/tests/qemu-iotests/common.env.default @@ -0,0 +1,6 @@ +if command -v python2 > /dev/null +then + export PYTHON='python2' +else + export PYTHON='python' +fi -- 1.9.2