aboutsummaryrefslogtreecommitdiff
path: root/test/system
diff options
context:
space:
mode:
authorDaniel J Walsh <dwalsh@redhat.com>2022-07-11 10:20:53 -0400
committerMatthew Heon <matthew.heon@pm.me>2022-07-26 13:34:33 -0400
commit03eaea8bbe4dc7791c2129d64321988d3ec12bb0 (patch)
treee66f83a8865bede22a88cfce3ca4724b1fafebe3 /test/system
parente4b82c77f7214a6d69c2a6112900dae92d505dc6 (diff)
downloadpodman-03eaea8bbe4dc7791c2129d64321988d3ec12bb0.tar.gz
podman-03eaea8bbe4dc7791c2129d64321988d3ec12bb0.tar.bz2
podman-03eaea8bbe4dc7791c2129d64321988d3ec12bb0.zip
Run codespell
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Diffstat (limited to 'test/system')
-rw-r--r--test/system/170-run-userns.bats4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/system/170-run-userns.bats b/test/system/170-run-userns.bats
index 84788a7f4..2ad9eb0b8 100644
--- a/test/system/170-run-userns.bats
+++ b/test/system/170-run-userns.bats
@@ -124,7 +124,7 @@ EOF
run_podman rm -t 0 --force ${cid}
else
run_podman 125 run -d --userns=nomap $IMAGE sleep 100
- is "${output}" "Error: nomap is only supported in rootless mode" "Container should fail to start since nomap is not suppored in rootful mode"
+ is "${output}" "Error: nomap is only supported in rootless mode" "Container should fail to start since nomap is not supported in rootful mode"
fi
}
@@ -135,6 +135,6 @@ EOF
is "${output}" "$user" "Container should run as the current user"
else
run_podman 125 run --rm --userns=keep-id $IMAGE id -u
- is "${output}" "Error: keep-id is only supported in rootless mode" "Container should fail to start since keep-id is not suppored in rootful mode"
+ is "${output}" "Error: keep-id is only supported in rootless mode" "Container should fail to start since keep-id is not supported in rootful mode"
fi
}