1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-17 22:15:17 +03:00
aports/testing/py3-unidiff/fix-test-script.patch
Sören Tempel ebafaf0c0f testing/py3-unidiff: new aport
Required by GCC's ./contrib/mklog.py script.
2021-11-25 21:47:24 +01:00

8 lines
394 B
Diff

diff -upr python-unidiff-0.7.0.orig/run_tests.sh python-unidiff-0.7.0/run_tests.sh
--- python-unidiff-0.7.0.orig/run_tests.sh 2021-11-25 19:06:30.063860770 +0100
+++ python-unidiff-0.7.0/run_tests.sh 2021-11-25 19:06:39.597243030 +0100
@@ -1,2 +1,2 @@
-#! /bin/bash
-PYTHONPATH=unidiff python -m unittest discover -s tests/
+#!/bin/sh
+PYTHONPATH=unidiff python3 -m unittest discover -s tests/