summaryrefslogtreecommitdiff
path: root/regress
diff options
context:
space:
mode:
authorTed Unangst <tedu@cvs.openbsd.org>2014-03-17 02:43:16 +0000
committerTed Unangst <tedu@cvs.openbsd.org>2014-03-17 02:43:16 +0000
commitc769f86c9f989757f37e8cfdb395148aee30d893 (patch)
tree99b675e8a0124e86e223b3512beb3f024a6506ec /regress
parentb0d1aa89a29bf9e02a30f85af7fcb073fe6a2c26 (diff)
fix for new sig header by testing pipe code too ;)
Diffstat (limited to 'regress')
-rw-r--r--regress/usr.bin/signify/signify.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/usr.bin/signify/signify.sh b/regress/usr.bin/signify/signify.sh
index d1ef34987ea..bd35a8795ed 100644
--- a/regress/usr.bin/signify/signify.sh
+++ b/regress/usr.bin/signify/signify.sh
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# $OpenBSD: signify.sh,v 1.4 2014/01/13 22:29:32 tedu Exp $
+# $OpenBSD: signify.sh,v 1.5 2014/03/17 02:43:15 tedu Exp $
srcdir=$1
@@ -11,7 +11,7 @@ forgery="$srcdir/forgery.txt"
set -e
-signify -S -s $seckey -x test.sig -m $orders
+cat $seckey | signify -S -s - -x test.sig -m $orders
diff -u "$orders.sig" test.sig
signify -V -p $pubkey -m $orders