diff options
Diffstat (limited to 'src/lib/libssl/test/treq')
-rw-r--r-- | src/lib/libssl/test/treq | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/src/lib/libssl/test/treq b/src/lib/libssl/test/treq index 7e020210a5..77f37dcf3a 100644 --- a/src/lib/libssl/test/treq +++ b/src/lib/libssl/test/treq | |||
@@ -1,12 +1,5 @@ | |||
1 | #!/bin/sh | 1 | #!/bin/sh |
2 | 2 | ||
3 | if test "$OSTYPE" = msdosdjgpp; then | ||
4 | PATH=../apps\;$PATH | ||
5 | else | ||
6 | PATH=../apps:$PATH | ||
7 | fi | ||
8 | export PATH | ||
9 | |||
10 | cmd='../util/shlib_wrap.sh ../apps/openssl req -config ../apps/openssl.cnf' | 3 | cmd='../util/shlib_wrap.sh ../apps/openssl req -config ../apps/openssl.cnf' |
11 | 4 | ||
12 | if [ "$1"x != "x" ]; then | 5 | if [ "$1"x != "x" ]; then |
@@ -15,7 +8,7 @@ else | |||
15 | t=testreq.pem | 8 | t=testreq.pem |
16 | fi | 9 | fi |
17 | 10 | ||
18 | if $cmd -in $t -inform p -noout -text | fgrep 'Unknown Public Key'; then | 11 | if $cmd -in $t -inform p -noout -text 2>&1 | fgrep -i 'Unknown Public Key'; then |
19 | echo "skipping req conversion test for $t" | 12 | echo "skipping req conversion test for $t" |
20 | exit 0 | 13 | exit 0 |
21 | fi | 14 | fi |