mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
774f4dd775
With coreutils v8.16 the style of apostrophes changed from `word' to 'word'. This is breaking some tests which use the older form. This commit introduces function changes the golden output of the affected tests and introduces a filter for the older style output. [dchinner: modified to use a global filter in check rather than per-test filters] [rjohnston: minor comment change] Signed-off-by: Tomas Racek <tracek@redhat.com> Signed-off-by: Dave Chinner <dchinner@redhat.com> Reviewed-by: Eric Sandeen <sandeen@redhat.com> Signed-off-by: Rich Johnston <rjohnston@sgi.com>
25 lines
946 B
Plaintext
25 lines
946 B
Plaintext
QA output created by 200
|
|
setting device read-only
|
|
mounting read-only block device:
|
|
mount: block device SCRATCH_DEV is write-protected, mounting read-only
|
|
touching file on read-only filesystem (should fail)
|
|
touch: cannot touch 'SCRATCH_MNT/foo': Read-only file system
|
|
unmounting read-only filesystem
|
|
setting device read-write
|
|
mounting read-write block device:
|
|
touch files
|
|
going down:
|
|
unmounting shutdown filesystem:
|
|
setting device read-only
|
|
mounting filesystem that needs recovery on a read-only device:
|
|
mount: block device SCRATCH_DEV is write-protected, mounting read-only
|
|
mount: cannot mount block device SCRATCH_DEV read-only
|
|
unmounting read-only filesystem
|
|
umount: SCRATCH_MNT: not mounted
|
|
mounting filesystem with -o norecovery on a read-only device:
|
|
mount: block device SCRATCH_DEV is write-protected, mounting read-only
|
|
unmounting read-only filesystem
|
|
setting device read-write
|
|
mounting filesystem that needs recovery with -o ro:
|
|
*** done
|