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 c7cc71c commit 1f29fc7
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 @@ -95,7 +95,7 @@ public void TestDestroy()
Process.Start(binary, "-F test").WaitForExit();
Process.Start(binary, "-X test").WaitForExit();
Process.Start(binary, "-F test2").WaitForExit();
Process.Start(binary, "-X test2").WaitForExit();
//Process.Start(binary, "-X test2").WaitForExit();
Process.Start(binary, "-F test3").WaitForExit();
Process.Start(binary, " - X test3").WaitForExit();
}
Expand Down

0 comments on commit 1f29fc7

Please sign in to comment.