Files
apfstests/103.out
T
Eric Sandeen 26966520cc xfstests: move _filter_ln to common.filter
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>
2013-01-18 16:44:37 -06:00

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