diff options
Diffstat (limited to 'test/tx509')
-rw-r--r-- | test/tx509 | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/test/tx509 b/test/tx509 index d380963abc..4a15b98d17 100644 --- a/test/tx509 +++ b/test/tx509 @@ -1,13 +1,6 @@ #!/bin/sh -if test "$OSTYPE" = msdosdjgpp; then - PATH=../apps\;$PATH -else - PATH=../apps:$PATH -fi -export PATH - -cmd='../apps/openssl x509' +cmd='../util/shlib_wrap.sh ../apps/openssl x509' if [ "$1"x != "x" ]; then t=$1 |