summaryrefslogtreecommitdiff
path: root/src/lib/libssl/test/treq
diff options
context:
space:
mode:
authordjm <>2008-09-06 12:17:54 +0000
committerdjm <>2008-09-06 12:17:54 +0000
commit38ce604e3cc97706b876b0525ddff0121115456d (patch)
tree7ccc28afe1789ea3dbedf72365f955d5b8e105b5 /src/lib/libssl/test/treq
parent12867252827c8efaa8ddd1fa3b3d6e321e2bcdef (diff)
downloadopenbsd-38ce604e3cc97706b876b0525ddff0121115456d.tar.gz
openbsd-38ce604e3cc97706b876b0525ddff0121115456d.tar.bz2
openbsd-38ce604e3cc97706b876b0525ddff0121115456d.zip
resolve conflicts
Diffstat (limited to 'src/lib/libssl/test/treq')
-rw-r--r--src/lib/libssl/test/treq9
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
3if test "$OSTYPE" = msdosdjgpp; then
4 PATH=../apps\;$PATH
5else
6 PATH=../apps:$PATH
7fi
8export PATH
9
10cmd='../util/shlib_wrap.sh ../apps/openssl req -config ../apps/openssl.cnf' 3cmd='../util/shlib_wrap.sh ../apps/openssl req -config ../apps/openssl.cnf'
11 4
12if [ "$1"x != "x" ]; then 5if [ "$1"x != "x" ]; then
@@ -15,7 +8,7 @@ else
15 t=testreq.pem 8 t=testreq.pem
16fi 9fi
17 10
18if $cmd -in $t -inform p -noout -text | fgrep 'Unknown Public Key'; then 11if $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
21fi 14fi