summaryrefslogtreecommitdiff
path: root/gnu/packages/patches/python-rarfile-fix-tests.patch
blob: 8ae8894009dd6aec15c10c93fab9d93d0a7a8f4a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
There is no test.sh, but there are test1.sh and test2.sh.

diff --git a/test/Makefile b/test/Makefile
index 027bc5f..5383db3 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -1,5 +1,6 @@
 test:
-	./test.sh
+	./test1.sh
+	./test2.sh
 
 clean:
 	rm -rf __pycache__