summaryrefslogtreecommitdiffstats
path: root/bin/tests/system/dupsigs/setup.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bin/tests/system/dupsigs/setup.sh')
-rw-r--r--bin/tests/system/dupsigs/setup.sh5
1 files changed, 4 insertions, 1 deletions
diff --git a/bin/tests/system/dupsigs/setup.sh b/bin/tests/system/dupsigs/setup.sh
index 4ac8a8d..563de43 100644
--- a/bin/tests/system/dupsigs/setup.sh
+++ b/bin/tests/system/dupsigs/setup.sh
@@ -20,4 +20,7 @@ test -r $RANDFILE || $GENRANDOM 800 $RANDFILE
copy_setports ns1/named.conf.in ns1/named.conf
cp -f ns1/signing.test.db.in ns1/signing.test.db
-(cd ns1; $SHELL ./reset_keys.sh)
+(
+ cd ns1
+ $SHELL ./reset_keys.sh
+)