Skip to content

Commit

Permalink
Update IptcInterfaceTest.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
splitice committed Jan 1, 2024
1 parent f5462ee commit 9819992
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion IPTables.Net.Tests/IptcInterfaceTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ public void TestStartup()
var binary = GetBinary();
Execute(binary, "-F test");

Execute(binary, "-N test2")
Execute(binary, "-N test2");
Process.Start(binary, "-N test").WaitForExit();
Process.Start(binary, "-A test -j ACCEPT").WaitForExit();

Expand Down

0 comments on commit 9819992

Please sign in to comment.