SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
14
security/xmlsec/patches/patch-tests_testrun_sh
Normal file
14
security/xmlsec/patches/patch-tests_testrun_sh
Normal file
|
@ -0,0 +1,14 @@
|
|||
Remove bash-ism.
|
||||
|
||||
Index: tests/testrun.sh
|
||||
--- tests/testrun.sh.orig
|
||||
+++ tests/testrun.sh
|
||||
@@ -472,7 +472,7 @@ execEncTest() {
|
||||
rm -rf $tmpfile $tmpfile.2 tmpfile.3
|
||||
|
||||
# run tests
|
||||
-source "$testfile"
|
||||
+. "$testfile"
|
||||
|
||||
# print results
|
||||
echo "--- TOTAL OK: $count_success; TOTAL FAILED: $count_fail; TOTAL SKIPPED: $count_skip" >> $logfile
|
Loading…
Add table
Add a link
Reference in a new issue