Blame SOURCES/py2-compat.patch

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