From 5736649eb8eca8b6f1870a1868def188be1467ff Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Fri, 21 Jan 2022 07:02:54 -0500 Subject: Run codespell on code Signed-off-by: Daniel J Walsh --- test/system/160-volumes.bats | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/system') 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" -- cgit v1.2.3-54-g00ecf