Skip to content

Commit

Permalink
Missed one ldns-testns output redirection
Browse files Browse the repository at this point in the history
  • Loading branch information
wtoorop committed Dec 5, 2024
1 parent f804e15 commit 7e67007
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tpkg/ixfr_superlong.tdir/ixfr_superlong.pre
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ TPKG_NSD="$PRE/nsd"

sed -e "s/TESTNS_PORT/"$TESTNS_PORT"/" < ixfr_superlong.conf > edit.conf

ldns-testns -v -p $TESTNS_PORT ixfr_superlong.testns &
ldns-testns -v -p $TESTNS_PORT ixfr_superlong.testns >testns.log 2>&1 &
TESTNS_PID=$!

# share the vars
Expand Down

0 comments on commit 7e67007

Please sign in to comment.