Skip to content

Commit 9b1cd08

Browse files
committed
Fix flaky diff test
Signed-off-by: apostasie <spam_blackhole@farcloser.world>
1 parent e94e9c6 commit 9b1cd08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/nerdctl/container/container_diff_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ func TestDiff(t *testing.T) {
3939
testCase.Require = require.Not(require.Windows)
4040

4141
testCase.Setup = func(data test.Data, helpers test.Helpers) {
42-
helpers.Ensure("run", "-d", "--name", data.Identifier(), testutil.CommonImage,
42+
helpers.Ensure("run", "--name", data.Identifier(), testutil.CommonImage,
4343
"sh", "-euxc", "touch /a; touch /bin/b; rm /bin/base64")
4444
}
4545

0 commit comments

Comments
 (0)