Files
apfstests/219.out
T
Jan Kara 09584ace12 xfstests: Use qa_user and qa_group for test 219
Test 219 requires a special user. Use $qa_user and $qa_group (added in this
patch) for that purpose instead of hardcoded uid & gid. This also fixes
a false failure when repquota does not report quota for users not in passwd.

Signed-off-by: Jan Kara <jack@suse.cz>
Reviewed-by: Ben Myers <bpm@sgi.com>
Signed-off-by: Ben Myers <bpm@sgi.com>
2013-01-04 12:42:02 -06:00

38 lines
1.2 KiB
Plaintext

QA output created by 219
### test user accounting
### create files, setting up ownership (type=u)
File: "SCRATCH_MNT/buffer"
Size: 0 Filetype: Regular File
File: "SCRATCH_MNT/direct"
Size: 0 Filetype: Regular File
File: "SCRATCH_MNT/mmap"
Size: 0 Filetype: Regular File
### some controlled buffered, direct and mmapd IO (type=u)
File: "SCRATCH_MNT/buffer"
Size: 49152 Filetype: Regular File
File: "SCRATCH_MNT/direct"
Size: 49152 Filetype: Regular File
File: "SCRATCH_MNT/mmap"
Size: 49152 Filetype: Regular File
Usage OK (type=u)
### test group accounting
### create files, setting up ownership (type=g)
File: "SCRATCH_MNT/buffer"
Size: 0 Filetype: Regular File
File: "SCRATCH_MNT/direct"
Size: 0 Filetype: Regular File
File: "SCRATCH_MNT/mmap"
Size: 0 Filetype: Regular File
### some controlled buffered, direct and mmapd IO (type=g)
File: "SCRATCH_MNT/buffer"
Size: 49152 Filetype: Regular File
File: "SCRATCH_MNT/direct"
Size: 49152 Filetype: Regular File
File: "SCRATCH_MNT/mmap"
Size: 49152 Filetype: Regular File
Usage OK (type=g)