* tests/touch/not-owner: Handle the case when the root file system is
mounted read-only.
Reported by Solar Designer.
# On SunOS4, EPERM is `Not owner'.
# On some *BSD systems it's `Operation not permitted'.
-for msg in 'Not owner' 'Operation not permitted' 'Permission denied'; do
+# On a system where root file system is mounted read-only
+# it's `Read-only file system'.
+for msg in 'Not owner' 'Operation not permitted' 'Permission denied' \
+ 'Read-only file system'; do
cat > exp <<EOF
touch: setting times of \`/': $msg
EOF