mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-01 06:55:30 +00:00
Use pre-prepared long command line for better portability
This commit is contained in:
1
bin/tests/system/runtime/long-cmd-line
Normal file
1
bin/tests/system/runtime/long-cmd-line
Normal file
File diff suppressed because one or more lines are too long
@@ -180,7 +180,7 @@ status=$((status+ret))
|
|||||||
n=$((n+1))
|
n=$((n+1))
|
||||||
echo_i "checking that named logs an ellipsis when the command line is larger than 8k bytes ($n)"
|
echo_i "checking that named logs an ellipsis when the command line is larger than 8k bytes ($n)"
|
||||||
ret=0
|
ret=0
|
||||||
LONG_CMD_LINE=$(yes "-m usage" | head -1000 | tr '\n' ' ')
|
LONG_CMD_LINE=$(cat long-cmd-line)
|
||||||
copy_setports ns2/named-alt7.conf.in "ns2/named-alt7.conf"
|
copy_setports ns2/named-alt7.conf.in "ns2/named-alt7.conf"
|
||||||
# shellcheck disable=SC2086
|
# shellcheck disable=SC2086
|
||||||
(cd ns2 && $NAMED $LONG_CMD_LINE -c "named-alt7.conf" -g > named9.run 2>&1 &)
|
(cd ns2 && $NAMED $LONG_CMD_LINE -c "named-alt7.conf" -g > named9.run 2>&1 &)
|
||||||
|
@@ -1009,6 +1009,7 @@
|
|||||||
./bin/tests/system/runtime/README TXT.BRIEF 2014,2016,2018,2019
|
./bin/tests/system/runtime/README TXT.BRIEF 2014,2016,2018,2019
|
||||||
./bin/tests/system/runtime/clean.sh SH 2014,2015,2016,2017,2018,2019
|
./bin/tests/system/runtime/clean.sh SH 2014,2015,2016,2017,2018,2019
|
||||||
./bin/tests/system/runtime/ctrl-char-dir-name X 2019
|
./bin/tests/system/runtime/ctrl-char-dir-name X 2019
|
||||||
|
./bin/tests/system/runtime/long-cmd-line X 2019
|
||||||
./bin/tests/system/runtime/setup.sh SH 2015,2016,2017,2018,2019
|
./bin/tests/system/runtime/setup.sh SH 2015,2016,2017,2018,2019
|
||||||
./bin/tests/system/runtime/tests.sh SH 2014,2015,2016,2017,2018,2019
|
./bin/tests/system/runtime/tests.sh SH 2014,2015,2016,2017,2018,2019
|
||||||
./bin/tests/system/send.pl PERL 2001,2004,2007,2011,2012,2016,2018,2019
|
./bin/tests/system/send.pl PERL 2001,2004,2007,2011,2012,2016,2018,2019
|
||||||
|
Reference in New Issue
Block a user