tests: tail-2/flush-initial should not rely on stdbuf
authorPádraig Brady <P@draigBrady.com>
Mon, 7 Sep 2009 16:03:08 +0000 (17:03 +0100)
committerPádraig Brady <P@draigBrady.com>
Mon, 7 Sep 2009 20:52:30 +0000 (21:52 +0100)
commitfd9750b0ffb691d2ad97551eada5c2802df3c805
treefebea66b3dea3cf206d2b23d464ae5bfb45cbff3
parenta8d26b3ce1630b6e9213b79d213ad7c699ee9861
tests: tail-2/flush-initial should not rely on stdbuf

* tests/tail-2/flush-initial: stdbuf is not built on all systems.
In any case it's redundant since stdout will automatically be buffered
since we're redirecting to file. So just call tail without using stdbuf.
tests/tail-2/flush-initial