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>
23 lines
622 B
Plaintext
23 lines
622 B
Plaintext
QA output created by 103
|
|
*** mkfs
|
|
*** mount
|
|
*** testing nosymlinks directories
|
|
*** setting nosymlinks bit
|
|
--n-- SCRATCH_MNT/nosymlink
|
|
ln: creating symbolic link 'SCRATCH_MNT/nosymlink/target': Operation not permitted
|
|
*** 1st listing...
|
|
SCRATCH_MNT
|
|
SCRATCH_MNT/nosymlink
|
|
SCRATCH_MNT/nosymlink/source
|
|
SCRATCH_MNT/nosymlink/hardlinksareok
|
|
*** clearing nosymlinks bit
|
|
----- SCRATCH_MNT/nosymlink
|
|
*** 2nd listing...
|
|
SCRATCH_MNT
|
|
SCRATCH_MNT/nosymlink
|
|
SCRATCH_MNT/nosymlink/source
|
|
SCRATCH_MNT/nosymlink/hardlinksareok
|
|
SCRATCH_MNT/nosymlink/target
|
|
SCRATCH_MNT/nosymlink/hardlinksareok2
|
|
*** finished testing nosymlinks directories
|