automake we're skipping this test), and give a diagnostic to tell
the user the same thing. Reported by Mike Grayson.
+2006-11-16 Jim Meyering <jim@meyering.net>
+
+ * tests/tail-2/append-only: If chattr +a fails, exit 77 (to tell
+ automake we're skipping this test), and give a diagnostic to tell
+ the user the same thing. Reported by Mike Grayson.
+
2006-11-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
* man/Makefile.am (dist_man_MANS): Replace all optional manpages
echo x >> f || framework_failure=1
if test $framework_failure = 1; then
- echo "$0: failure in testing framework" 1>&2
- (exit 1); exit 1
+ echo "$0: chattr +a doesn't work on this file system; skipping this test " 1>&2
+ (exit 77); exit 77
fi
fail=0