--- tests/du/slink 2005-03-29 10:02:50.503206568 -0500 +++ tests/du/slink 2005-03-29 10:17:07.283956096 -0500 @@ -34,6 +34,14 @@ (exit 77); exit fi +df --type=reiser4 . | tail -n +2 > tmp +if test -s tmp; then + # When using an reiser4 filesystem + # each created symlink (name lengths up to 255) would have a size of `0'. + echo "$0: skipping this test, since \`.' is on an reiser4 file system" 1>&2 + (exit 77); exit +fi + if test $framework_failure = 1; then echo "$0: failure in testing framework" 1>&2 (exit 1); exit 1