Magellan Linux

Contents of /trunk/mkinitrd-magellan/busybox/testsuite/tail/tail-works

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1123 - (show annotations) (download)
Wed Aug 18 21:56:57 2010 UTC (13 years, 9 months ago) by niro
File size: 164 byte(s)
-updated to busybox-1.17.1
1 # FEATURE: CONFIG_INCLUDE_SUSv2
2
3 $ECHO -ne "abc\ndef\n123\n" >input
4 $ECHO -ne "def\n123\n" >logfile.ok
5 busybox tail -2 input > logfile.bb
6 cmp logfile.ok logfile.bb