blob: d83f1d3c848fe62874a49138df4a75a139268a8d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
diff -ur rpkg-util-macros-orig/tests/run rpkg-util-macros/tests/run
--- rpkg-util-macros-orig/tests/run 2023-05-30 08:51:11.465641122 +0000
+++ rpkg-util-macros/tests/run 2023-05-30 08:51:11.465641122 +0000
@@ -1,6 +1,8 @@
#!/bin/bash
export testdir="$(builtin cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
+# workaround for git secure patch which may fail the tests
+git config protocol.file.allow always
for dir in `ls -d "$testdir"/test_*/`; do
echo "====================== $(basename ${dir}) ======================"
|