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>
34 lines
790 B
Plaintext
34 lines
790 B
Plaintext
QA output created by 230
|
|
|
|
### test user limit enforcement
|
|
|
|
### create files, setting up ownership (type=u)
|
|
### some buffered IO (type=u)
|
|
Write 900k...
|
|
Rewrite 1001k...
|
|
Write 1000k...
|
|
pwrite64: Disk quota exceeded
|
|
Write 4096...
|
|
pwrite64: Disk quota exceeded
|
|
Touch 3+4
|
|
Touch 5+6
|
|
touch: cannot touch 'SCRATCH_MNT/file6': Disk quota exceeded
|
|
Touch 5
|
|
touch: cannot touch 'SCRATCH_MNT/file5': Disk quota exceeded
|
|
|
|
### test group limit enforcement
|
|
|
|
### create files, setting up ownership (type=g)
|
|
### some buffered IO (type=g)
|
|
Write 900k...
|
|
Rewrite 1001k...
|
|
Write 1000k...
|
|
pwrite64: Disk quota exceeded
|
|
Write 4096...
|
|
pwrite64: Disk quota exceeded
|
|
Touch 3+4
|
|
Touch 5+6
|
|
touch: cannot touch 'SCRATCH_MNT/file6': Disk quota exceeded
|
|
Touch 5
|
|
touch: cannot touch 'SCRATCH_MNT/file5': Disk quota exceeded
|