aboutsummaryrefslogtreecommitdiff
path: root/tests/testenc.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testenc.sh')
-rwxr-xr-xtests/testenc.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/testenc.sh b/tests/testenc.sh
index 51af0ab..9973c1c 100755
--- a/tests/testenc.sh
+++ b/tests/testenc.sh
@@ -3,6 +3,9 @@
3 3
4test=p 4test=p
5cmd=../apps/openssl 5cmd=../apps/openssl
6if [ -e ../apps/openssl.exe ]; then
7 cmd=../apps/openssl.exe
8fi
6 9
7cat openssl.cnf >$test; 10cat openssl.cnf >$test;
8 11