Skip to content

Commit

Permalink
[test suite] Modify test to work with iptables
Browse files Browse the repository at this point in the history
  • Loading branch information
jp-bennett committed May 30, 2016
1 parent d6b8205 commit df47ed4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/tests/basic_operations.pl
Expand Up @@ -4202,7 +4202,7 @@
"ENABLE_${FW_PREFIX}_FORWARDING N;",
"ENABLE_${FW_PREFIX}_LOCAL_NAT N;"
],
'positive_output_matches' => [qr/requires either ENABLE_FIREWD_FORWARDING/i],
'positive_output_matches' => [qr/requires either ENABLE_${FW_PREfIX}_FORWARDING/i],
},

{
Expand Down

0 comments on commit df47ed4

Please sign in to comment.