summaryrefslogtreecommitdiff
path: root/test/system/500-networking.bats
diff options
context:
space:
mode:
authorAshley Cui <acui@redhat.com>2022-04-25 11:36:16 -0400
committerAshley Cui <acui@redhat.com>2022-04-25 11:53:57 -0400
commita615cb2fe22dbfb3ec0acc0e60d8f849301c3aac (patch)
tree5337e14de1eca0ec4669452c99e330f7d3d707cc /test/system/500-networking.bats
parent1260bf631f523e0708c458596337623977c6ac51 (diff)
downloadpodman-a615cb2fe22dbfb3ec0acc0e60d8f849301c3aac.tar.gz
podman-a615cb2fe22dbfb3ec0acc0e60d8f849301c3aac.tar.bz2
podman-a615cb2fe22dbfb3ec0acc0e60d8f849301c3aac.zip
Docs rootfull -> rootful
Some docs say roofull. Change to rootful. [NO NEW TESTS NEEDED] Signed-off-by: Ashley Cui <acui@redhat.com>
Diffstat (limited to 'test/system/500-networking.bats')
-rw-r--r--test/system/500-networking.bats2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/system/500-networking.bats b/test/system/500-networking.bats
index 958aa4493..01571d176 100644
--- a/test/system/500-networking.bats
+++ b/test/system/500-networking.bats
@@ -83,7 +83,7 @@ load helpers
}
# Issue #5466 - port-forwarding doesn't work with this option and -d
-@test "podman networking: port with --userns=keep-id for rootless or --uidmap=* for rootfull" {
+@test "podman networking: port with --userns=keep-id for rootless or --uidmap=* for rootful" {
for cidr in "" "$(random_rfc1918_subnet).0/24"; do
myport=$(random_free_port 52000-52999)
if [[ -z $cidr ]]; then