diff options
author | openshift-ci[bot] <75433959+openshift-ci[bot]@users.noreply.github.com> | 2022-07-04 07:35:42 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-04 07:35:42 +0000 |
commit | a406b950e4f8cf64bdd2c1e03a8480d4b5f97226 (patch) | |
tree | 2f9f1d8136f678db8eac44b21c454317bd1615ef /test/system | |
parent | b0abfc3cf624098525c7a4f7e1b7b6b59ad3156d (diff) | |
parent | 24fcfb5d9e1a4c92f386cd34b5c1f44a2676d116 (diff) | |
download | podman-a406b950e4f8cf64bdd2c1e03a8480d4b5f97226.tar.gz podman-a406b950e4f8cf64bdd2c1e03a8480d4b5f97226.tar.bz2 podman-a406b950e4f8cf64bdd2c1e03a8480d4b5f97226.zip |
Merge pull request #14807 from eriksjolund/fix_read_only_spelling
[CI:DOCS] Fix spelling "read only" -> "read-only"
Diffstat (limited to 'test/system')
-rw-r--r-- | test/system/060-mount.bats | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/system/060-mount.bats b/test/system/060-mount.bats index 2735d2afd..4498e675f 100644 --- a/test/system/060-mount.bats +++ b/test/system/060-mount.bats @@ -87,7 +87,7 @@ load helpers # Run a container with an image mount run_podman run --rm --mount type=image,src=$IMAGE,dst=/image-mount $IMAGE diff /etc/os-release /image-mount/etc/os-release - # Make sure the mount is read only + # Make sure the mount is read-only run_podman 1 run --rm --mount type=image,src=$IMAGE,dst=/image-mount $IMAGE touch /image-mount/read-only is "$output" "touch: /image-mount/read-only: Read-only file system" |