summaryrefslogtreecommitdiffstats
path: root/bin/tests/system/dns64/ns1
diff options
context:
space:
mode:
Diffstat (limited to 'bin/tests/system/dns64/ns1')
-rw-r--r--bin/tests/system/dns64/ns1/sign.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/tests/system/dns64/ns1/sign.sh b/bin/tests/system/dns64/ns1/sign.sh
index 9eff6e3..ae01578 100644
--- a/bin/tests/system/dns64/ns1/sign.sh
+++ b/bin/tests/system/dns64/ns1/sign.sh
@@ -21,6 +21,6 @@ zonefile=signed.db
key1=$($KEYGEN -q -a $DEFAULT_ALGORITHM $zone)
key2=$($KEYGEN -q -a $DEFAULT_ALGORITHM -fk $zone)
-cat $infile $key1.key $key2.key > $zonefile
+cat $infile $key1.key $key2.key >$zonefile
-$SIGNER -P -g -o $zone $zonefile > /dev/null
+$SIGNER -P -g -o $zone $zonefile >/dev/null