summaryrefslogtreecommitdiffstats
path: root/test/tx509
diff options
context:
space:
mode:
Diffstat (limited to 'test/tx509')
-rw-r--r--test/tx5096
1 files changed, 5 insertions, 1 deletions
diff --git a/test/tx509 b/test/tx509
index 35169f3a43..d380963abc 100644
--- a/test/tx509
+++ b/test/tx509
@@ -1,6 +1,10 @@
#!/bin/sh
-PATH=../apps:$PATH
+if test "$OSTYPE" = msdosdjgpp; then
+ PATH=../apps\;$PATH
+else
+ PATH=../apps:$PATH
+fi
export PATH
cmd='../apps/openssl x509'