diff options
Diffstat (limited to 'tests/testenc.sh')
-rwxr-xr-x | tests/testenc.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/testenc.sh b/tests/testenc.sh index 9973c1c..4e488ad 100755 --- a/tests/testenc.sh +++ b/tests/testenc.sh | |||
@@ -2,9 +2,9 @@ | |||
2 | # $OpenBSD: testenc.sh,v 1.1 2014/08/26 17:50:07 jsing Exp $ | 2 | # $OpenBSD: testenc.sh,v 1.1 2014/08/26 17:50:07 jsing Exp $ |
3 | 3 | ||
4 | test=p | 4 | test=p |
5 | cmd=../apps/openssl | 5 | cmd=../apps/openssl/openssl |
6 | if [ -e ../apps/openssl.exe ]; then | 6 | if [ -e ../apps/openssl/openssl.exe ]; then |
7 | cmd=../apps/openssl.exe | 7 | cmd=../apps/openssl/openssl.exe |
8 | fi | 8 | fi |
9 | 9 | ||
10 | cat openssl.cnf >$test; | 10 | cat openssl.cnf >$test; |