mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
26966520cc
Move test 103's _filter_ln to common.filter and make it more generic (not depending on 103's pathnames). TBH I've lost my children's treasury of ln failure messages, so I'm not sure this catches all variants; it's hard to work backwards from the existing sed script to what the various outputs were. This works for me but might need more tweaking on other systems. Signed-off-by: Eric Sandeen <sandeen@redhat.com> Reviewed-by: Dave Chinner <dchinner@redhat.com> Signed-off-by: Ben Myers <bpm@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
|