mirror of https://github.com/containers/podman.git
test: fix error message
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
This commit is contained in:
parent
71341a1948
commit
4726eb2861
|
@ -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")
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue