This commit was manufactured by cvs2svn to create tag 'busybox_1_00'.
[oweals/busybox.git] / busybox / testsuite / sort / sort-r-works
1 [ -n "$d" ] || d=..
2 sort -r "$d/README" > logfile.gnu
3 busybox sort -r "$d/README" > logfile.bb
4 cmp logfile.gnu logfile.bb