Skip to content

Commit

Permalink
tomcat: Use script_output for escape characters
Browse files Browse the repository at this point in the history
  • Loading branch information
dzedro committed Sep 26, 2024
1 parent 99e917e commit f185c1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Tomcat/ModjkTest.pm
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ sub func_conn_apache2_tomcat() {
select_serial_terminal();
systemctl('stop apache2');
systemctl('stop tomcat');
assert_script_run(
script_output(
"echo \"\$(cat <<EOF
JkMount /* ajp13
JkMount /*.jsp ajp13
Expand Down

0 comments on commit f185c1c

Please sign in to comment.