wrap "copy the test file" in AT_CHECK
This commit is contained in:
parent
90194f6da2
commit
c26604cdeb
|
@ -1,8 +1,8 @@
|
|||
# $NetBSD: crypt.at,v 1.2 2009/05/27 22:13:06 agc Exp $
|
||||
# $NetBSD: crypt.at,v 1.3 2009/05/28 00:29:06 lukem Exp $
|
||||
|
||||
AT_SETUP([encryption and decryption])
|
||||
|
||||
cp ${TOPSRCDIR}/configure file1
|
||||
AT_CHECK([cp ${TOPSRCDIR}/configure file1], [0], [ignore], [ignore])
|
||||
|
||||
# Sign the file
|
||||
# XXX: this prompts for a passphrase when the userid doesn't have one
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
# $NetBSD: detached.at,v 1.2 2009/05/27 22:13:06 agc Exp $
|
||||
# $NetBSD: detached.at,v 1.3 2009/05/28 00:29:06 lukem Exp $
|
||||
|
||||
AT_SETUP([detached signature and verification])
|
||||
|
||||
cp ${TOPSRCDIR}/configure file2
|
||||
AT_CHECK([cp ${TOPSRCDIR}/configure file2], [0], [ignore], [ignore])
|
||||
|
||||
# Detached signature
|
||||
AT_CHECK([$NETPGP --homedir $testhomedir --sign --detached file2],
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
# $NetBSD: verify.at,v 1.5 2009/05/27 22:13:06 agc Exp $
|
||||
# $NetBSD: verify.at,v 1.6 2009/05/28 00:29:06 lukem Exp $
|
||||
|
||||
AT_SETUP([simple signature and verification])
|
||||
|
||||
cp ${TOPSRCDIR}/configure file1
|
||||
AT_CHECK([cp ${TOPSRCDIR}/configure file1], [0], [ignore], [ignore])
|
||||
|
||||
# Sign the file
|
||||
# XXX: this prompts for a passphrase when the userid doesn't have one
|
||||
|
|
Loading…
Reference in New Issue