Skip to content

Commit ea4fb55

Browse files
authored
Merge pull request #1032 from dcooper16/fix_mass_testing
Fix mass testing
2 parents 42e3f4e + ac230d9 commit ea4fb55

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

testssl.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ HNAME="${HNAME%%.*}"
145145

146146
declare CMDLINE
147147
declare -r -a CMDLINE_ARRAY=("$@") # When performing mass testing, the child processes need to be sent the
148-
declare -r -a MASS_TESTING_CMDLINE # command line in the form of an array (see #702 and http://mywiki.wooledge.org/BashFAQ/050).
148+
declare -a MASS_TESTING_CMDLINE # command line in the form of an array (see #702 and http://mywiki.wooledge.org/BashFAQ/050).
149149

150150

151151
########### Some predefinitions: date, sed (we always use test and not try to determine

0 commit comments

Comments
 (0)