patch-tests_testrun_sh 362 B

12345678910111213141516
  1. $OpenBSD: patch-tests_testrun_sh,v 1.2 2016/09/03 14:23:37 sthen Exp $
  2. Remove bash-ism.
  3. --- tests/testrun.sh.orig Wed Apr 20 17:26:22 2016
  4. +++ tests/testrun.sh Sat Sep 3 14:33:48 2016
  5. @@ -380,7 +380,7 @@ execEncTest() {
  6. rm -rf $tmpfile $tmpfile.2 tmpfile.3
  7. # run tests
  8. -source "$testfile"
  9. +. "$testfile"
  10. # cleanup
  11. rm -rf $tmpfile $tmpfile.2 tmpfile.3