summaryrefslogtreecommitdiff
path: root/regress/sbin/ipsecctl/sa5.in
diff options
context:
space:
mode:
authorHans-Joerg Hoexer <hshoexer@cvs.openbsd.org>2005-08-11 09:57:25 +0000
committerHans-Joerg Hoexer <hshoexer@cvs.openbsd.org>2005-08-11 09:57:25 +0000
commit0300260e07ec721ec54647e3542045abfeca08c8 (patch)
treeb688386cc2d5cffe85ef02977714d4ed1bc2fcf9 /regress/sbin/ipsecctl/sa5.in
parentd319804472fbd199d6115c2c00efbb7f87863429 (diff)
Make sure, tests using "file" work when obj/ directory is present.
Diffstat (limited to 'regress/sbin/ipsecctl/sa5.in')
-rw-r--r--regress/sbin/ipsecctl/sa5.in18
1 files changed, 9 insertions, 9 deletions
diff --git a/regress/sbin/ipsecctl/sa5.in b/regress/sbin/ipsecctl/sa5.in
index ae9032fa8f2..8159e8e5882 100644
--- a/regress/sbin/ipsecctl/sa5.in
+++ b/regress/sbin/ipsecctl/sa5.in
@@ -1,18 +1,18 @@
ah from 1.1.1.1 to 2.2.2.2 spi 0x1eadbeef:0xbeef1ead \
- authkey file "ak256:ak256"
+ authkey file "DIR/ak256:DIR/ak256"
ah from 1.1.1.2 to 2.2.2.2 spi 0x2eadbeef:0xbeef2ead auth hmac-md5 \
- authkey file "ak128:ak128"
+ authkey file "DIR/ak128:DIR/ak128"
ah from 1.1.1.3 to 2.2.2.2 spi 0x3eadbeef:0xbeef3ead auth hmac-ripemd160 \
- authkey file "ak160:ak160"
+ authkey file "DIR/ak160:DIR/ak160"
ah from 1.1.1.4 to 2.2.2.2 spi 0x4eadbeef:0xbeef4ead auth hmac-sha1 \
- authkey file "ak160:ak160"
+ authkey file "DIR/ak160:DIR/ak160"
ah from 1.1.1.5 to 2.2.2.2 spi 0x5eadbeef:0xbeef5ead auth hmac-sha2-256 \
- authkey file "ak256:ak256"
+ authkey file "DIR/ak256:DIR/ak256"
ah from 1.1.1.6 to 2.2.2.2 spi 0x6eadbeef:0xbeef6ead auth hmac-sha2-384 \
- authkey file "ak384:ak384"
+ authkey file "DIR/ak384:DIR/ak384"
ah from 1.1.1.7 to 2.2.2.2 spi 0x7eadbeef:0xbeef7ead auth hmac-sha2-512 \
- authkey file "ak512:ak512"
+ authkey file "DIR/ak512:DIR/ak512"
ah from 1.1.1.8 to 2.2.2.2 spi 0x8eadbeef:0xbeef8ead auth md5 \
- authkey file "ak128:ak128"
+ authkey file "DIR/ak128:DIR/ak128"
ah from 1.1.1.9 to 2.2.2.2 spi 0x9eadbeef:0xbeef9ead auth sha1 \
- authkey file "ak160:ak160"
+ authkey file "DIR/ak160:DIR/ak160"