Skip to content

Commit

Permalink
sudo make me
Browse files Browse the repository at this point in the history
  • Loading branch information
bwhaley committed Dec 19, 2024
1 parent dd94dad commit 4912619
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/alternat_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ func TestAlternat(t *testing.T) {
return "", ssh.CheckSshConnectionE(t, natInstance)
})

command := "/usr/sbin/nft list ruleset"
command := "sudo /usr/sbin/nft list ruleset"

expectedText := `table ip nat {
chain postrouting {
Expand Down

0 comments on commit 4912619

Please sign in to comment.