Module Name:    src
Committed By:   lukem
Date:           Thu May 28 00:28:38 UTC 2009

Modified Files:
        src/crypto/external/bsd/netpgp/dist/tests: cat.at

Log Message:
libtool is in the builddir not the srcdir.
wrap "copy the test file" in AT_CHECK


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/crypto/external/bsd/netpgp/dist/tests/cat.at

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/crypto/external/bsd/netpgp/dist/tests/cat.at
diff -u src/crypto/external/bsd/netpgp/dist/tests/cat.at:1.1 src/crypto/external/bsd/netpgp/dist/tests/cat.at:1.2
--- src/crypto/external/bsd/netpgp/dist/tests/cat.at:1.1	Wed May 27 22:13:06 2009
+++ src/crypto/external/bsd/netpgp/dist/tests/cat.at	Thu May 28 00:28:38 2009
@@ -1,8 +1,8 @@
-# $NetBSD: cat.at,v 1.1 2009/05/27 22:13:06 agc Exp $
+# $NetBSD: cat.at,v 1.2 2009/05/28 00:28:38 lukem Exp $
 
 AT_SETUP([attached signature and verification])
 
-cp ${TOPSRCDIR}/libtool file3
+AT_CHECK([cp $abs_top_builddir/libtool file3], [0], [ignore], [ignore])
 
 # Make signature
 AT_CHECK([$NETPGP --homedir $testhomedir --sign file3],

Reply via email to