busybox/testsuite/tail/tail-works
Denys Vlasenko bfa1b2e8e8 randomtest fixes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
2010-05-11 03:53:57 +02:00

7 lines
164 B
Plaintext

# FEATURE: CONFIG_INCLUDE_SUSv2
$ECHO -ne "abc\ndef\n123\n" >input
$ECHO -ne "def\n123\n" >logfile.ok
busybox tail -2 input > logfile.bb
cmp logfile.ok logfile.bb