Files
apfstests/tests/generic/230.out
T
Tomas Racek 774f4dd775 xfstests: unify apostrophes in output files
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>
2013-10-16 14:58:28 -05:00

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