diff options
author | Erik Sjölund <erik.sjolund@gmail.com> | 2022-07-02 08:37:43 +0200 |
---|---|---|
committer | Erik Sjölund <erik.sjolund@gmail.com> | 2022-07-02 08:37:43 +0200 |
commit | 24fcfb5d9e1a4c92f386cd34b5c1f44a2676d116 (patch) | |
tree | cc5ceb053da33b0d8b23ab7e7094f4ae6edc2969 /test/system | |
parent | b00e65aa9c071428579a55f91a92f3702765ed85 (diff) | |
download | podman-24fcfb5d9e1a4c92f386cd34b5c1f44a2676d116.tar.gz podman-24fcfb5d9e1a4c92f386cd34b5c1f44a2676d116.tar.bz2 podman-24fcfb5d9e1a4c92f386cd34b5c1f44a2676d116.zip |
Fix spelling "read only" -> "read-only"
Signed-off-by: Erik Sjölund <erik.sjolund@gmail.com>
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" |