Blame SOURCES/py2-compat.patch

b2caed
From 4ada3a5ce4aa4cfe7e3f0a066c2b9be7281f8930 Mon Sep 17 00:00:00 2001
b2caed
From: Christian Kellner <christian@kellner.me>
b2caed
Date: Wed, 6 Jun 2018 20:34:56 +0200
b2caed
Subject: [PATCH] test: integration: use default python
b2caed
b2caed
Instead of explicitly specifying the python version, use the
b2caed
default, i.e. /usr/bin/python
b2caed
---
b2caed
 tests/test-integration | 2 +-
b2caed
 1 file changed, 1 insertion(+), 1 deletion(-)
b2caed
b2caed
diff --git a/tests/test-integration b/tests/test-integration
b2caed
index d2fd7df..66fb89f 100755
b2caed
--- a/tests/test-integration
b2caed
+++ b/tests/test-integration
b2caed
@@ -1,4 +1,4 @@
b2caed
-#!/usr/bin/python3
b2caed
+#!/usr/bin/python
b2caed
 # -*- coding: utf-8 -*-
b2caed
 #
b2caed
 # bolt integration test suite
b2caed
-- 
b2caed
2.17.1
b2caed