Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
hack3ric committed Jan 3, 2025
1 parent 273c49a commit e9fef56
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/integration_tests/kernel.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,10 @@ async fn test_nftables() -> anyhow::Result<()> {
])
.await?;

// tokio::process::Command::new("nft").args(["-a", "list", "ruleset"]).status().await?;
// tokio::process::Command::new("nft")
// .args(["-a", "list", "ruleset"])
// .status()
// .await?;

let args = ["-ns", "list", "chain", "inet", &name, &name];
let chain = nftables::helper::get_current_ruleset_with_args_async(DEFAULT_NFT, args)
Expand Down

0 comments on commit e9fef56

Please sign in to comment.