Wed May 27 01:54:22 2009 UTC ()
simplify definition of TESTROOT


(lukem)
diff -r1.1 -r1.2 src/crypto/external/bsd/netpgp/dist/tests/atlocal.in

cvs diff -r1.1 -r1.2 src/crypto/external/bsd/netpgp/dist/tests/atlocal.in (expand / switch to unified diff)

--- src/crypto/external/bsd/netpgp/dist/tests/atlocal.in 2009/05/26 04:27:30 1.1
+++ src/crypto/external/bsd/netpgp/dist/tests/atlocal.in 2009/05/27 01:54:22 1.2
@@ -1,10 +1,10 @@ @@ -1,10 +1,10 @@
1# $Id: atlocal.in,v 1.1 2009/05/26 04:27:30 lukem Exp $ 1# $Id: atlocal.in,v 1.2 2009/05/27 01:54:22 lukem Exp $
2 2
3TOPSRCDIR=@abs_top_srcdir@ 3TOPSRCDIR=@abs_top_srcdir@
4export TOPSRCDIR 4export TOPSRCDIR
5 5
6TESTROOT=@abs_top_builddir@/$AUTOTEST_PATH/root 6TESTROOT=@abs_builddir@/root
7export TESTROOT 7export TESTROOT
8 8
9NETPGP=@abs_top_builddir@/src/bin/netpgp 9NETPGP=@abs_top_builddir@/src/bin/netpgp
10export NETPGP 10export NETPGP