summaryrefslogtreecommitdiff
path: root/test/system/160-volumes.bats
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2022-01-21 14:55:26 -0500
committerGitHub <noreply@github.com>2022-01-21 14:55:26 -0500
commitd847ad598d752dad479250b7f289858cc272cb04 (patch)
tree4100d6634ba79d3e55d4f6d79835abc233133ad6 /test/system/160-volumes.bats
parent1e5a4b99ee81164291fd2cf5a25408e641640e97 (diff)
parent5736649eb8eca8b6f1870a1868def188be1467ff (diff)
downloadpodman-d847ad598d752dad479250b7f289858cc272cb04.tar.gz
podman-d847ad598d752dad479250b7f289858cc272cb04.tar.bz2
podman-d847ad598d752dad479250b7f289858cc272cb04.zip
Merge pull request #12961 from rhatdan/codespell
Run codespell
Diffstat (limited to 'test/system/160-volumes.bats')
-rw-r--r--test/system/160-volumes.bats2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/system/160-volumes.bats b/test/system/160-volumes.bats
index b6030ba3c..3f2d7f6bb 100644
--- a/test/system/160-volumes.bats
+++ b/test/system/160-volumes.bats
@@ -375,7 +375,7 @@ NeedsChown | true
run_podman run --rm --volume $myvolume:/etc $IMAGE ls /etc/passwd
run_podman volume inspect --format '{{ .NeedsCopyUp }}' $myvolume
- is "${output}" "false" "If content in dest '/etc' non-empty NeedsCopyUP should still have happend and be false"
+ is "${output}" "false" "If content in dest '/etc' non-empty NeedsCopyUP should still have happened and be false"
run_podman volume inspect --format '{{.Mountpoint}}' $myvolume
mountpoint="$output"