summaryrefslogtreecommitdiff
path: root/test/e2e/create_staticmac_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'test/e2e/create_staticmac_test.go')
-rw-r--r--test/e2e/create_staticmac_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/e2e/create_staticmac_test.go b/test/e2e/create_staticmac_test.go
index f02d9c88b..32deb04a8 100644
--- a/test/e2e/create_staticmac_test.go
+++ b/test/e2e/create_staticmac_test.go
@@ -25,7 +25,7 @@ var _ = Describe("Podman run with --mac-address flag", func() {
}
podmanTest = PodmanTestCreate(tempdir)
podmanTest.Setup()
- // Cleanup the CNI networks used by the tests
+ // Clean up the CNI networks used by the tests
os.RemoveAll("/var/lib/cni/networks/podman")
})