Patrick Welche <prlw1@cam.ac.uk>
[netbsd-mini2440.git] / crypto / external / bsd / netpgp / dist / tests / detached.at
blobb2d2830dbd3f3ce9560fb7fb839d16328cbe233d
1 # $NetBSD: detached.at,v 1.5 2009/06/11 02:36:38 lukem Exp $
3 AT_SETUP([detached signature and verification])
5 AT_CHECK([cp ${TOPSRCDIR}/configure file2], [0], [ignore], [ignore])
7 # Detached signature
8 AT_CHECK([netpgp --homedir $testhomedir --sign --detached file2],
9     [0], [ignore], [ignore])
11 # Verify detached sig file
12 AT_CHECK([netpgp --homedir $testhomedir --verify file2.sig],
13     [0], [ignore], [ignore])
15 AT_CLEANUP