fix tests by removing a stupid bashism.
This commit is contained in:
parent
4655d2ff68
commit
ee21fc640b
15
security/xmlsec/patches/patch-tests_testrun_sh
Normal file
15
security/xmlsec/patches/patch-tests_testrun_sh
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
$OpenBSD: patch-tests_testrun_sh,v 1.1 2011/11/22 15:36:33 jasper Exp $
|
||||||
|
|
||||||
|
Remove bash-ism.
|
||||||
|
|
||||||
|
--- tests/testrun.sh.orig Tue Nov 22 16:34:47 2011
|
||||||
|
+++ tests/testrun.sh Tue Nov 22 16:34:55 2011
|
||||||
|
@@ -436,7 +436,7 @@ execXkmsServerRequestTest() {
|
||||||
|
rm -rf $tmpfile $tmpfile.2 tmpfile.3
|
||||||
|
|
||||||
|
# run tests
|
||||||
|
-source "$testfile"
|
||||||
|
+. "$testfile"
|
||||||
|
|
||||||
|
# cleanup
|
||||||
|
rm -rf $tmpfile $tmpfile.2 tmpfile.3
|
Loading…
Reference in New Issue
Block a user