From 526a057602f7f312443ae4ec0653fec84bca9ff2 Mon Sep 17 00:00:00 2001 From: Pádraig Brady Date: Fri, 4 Sep 2009 21:41:30 +0100 Subject: tests: test old tail -f method even on systems with inotify * src/tail.c (main): Add an undocumented ---disable-inotify option to allow disabling inotify. * tests/tail-2/pid: Run test in both normal and "disable_inotify" modes. * tests/tail-2/tail-n0f: Likewise. * tests/tail-2/wait: Likewise. * tests/tail-2/append-only: Likewise. --- tests/tail-2/append-only | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'tests/tail-2/append-only') diff --git a/tests/tail-2/append-only b/tests/tail-2/append-only index 0b4a95958..2d38d4f0f 100755 --- a/tests/tail-2/append-only +++ b/tests/tail-2/append-only @@ -37,9 +37,12 @@ fi fail=0 -sleep 1 & -pid=$! -tail --pid=$pid -f f || fail=1 +for inotify in ---disable-inotify ''; do + sleep 1 & + pid=$! + tail --pid=$pid -f $inotify f || fail=1 +done + chattr -a f 2>/dev/null Exit $fail -- cgit v1.2.3-70-g09d2