mirror of
https://github.com/containers/podman.git
synced 2025-08-06 03:19:52 +08:00
test: fix error message
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
This commit is contained in:
@ -24,7 +24,7 @@ func SkipIfRemote() {
|
||||
|
||||
func SkipIfRootless() {
|
||||
if os.Geteuid() != 0 {
|
||||
ginkgo.Skip("This function is not enabled for remote podman")
|
||||
ginkgo.Skip("This function is not enabled for rootless podman")
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user