diff options
Diffstat (limited to 'user/xmlsec/testrun.patch')
-rw-r--r-- | user/xmlsec/testrun.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/user/xmlsec/testrun.patch b/user/xmlsec/testrun.patch new file mode 100644 index 000000000..6666f7d28 --- /dev/null +++ b/user/xmlsec/testrun.patch @@ -0,0 +1,11 @@ +--- xmlsec1-1.3.3/tests/testrun.sh 2024-04-05 18:19:20.980000000 +0000 ++++ xmlsec1-1.3.3/tests/testrun.sh 2024-04-05 18:19:36.110000000 +0000 +@@ -769,7 +769,7 @@ + rm -rf $tmpfile $tmpfile.2 tmpfile.3 + + # run tests +-source "$testfile" ++. "$testfile" + + # calculate success + percent_success=0 |