mirror of
https://github.com/containers/podman.git
synced 2025-06-22 09:58:10 +08:00
e2e tests: enable golint
...and fix problems found therewith. Signed-off-by: Ed Santiago <santiago@redhat.com>
This commit is contained in:
@ -62,7 +62,7 @@ var _ = Describe("podman image scp", func() {
|
||||
})
|
||||
|
||||
It("podman image scp root to rootless transfer", func() {
|
||||
SkipIfNotRootless("this is a rootless only test, transfering from root to rootless using PodmanAsUser")
|
||||
SkipIfNotRootless("this is a rootless only test, transferring from root to rootless using PodmanAsUser")
|
||||
if IsRemote() {
|
||||
Skip("this test is only for non-remote")
|
||||
}
|
||||
|
Reference in New Issue
Block a user