Move sed over to the generic llist_t for append. Saves about 90 bytes.
[oweals/busybox.git] / testsuite / ln / ln-creates-hard-links
1 echo file number one > file1
2 busybox ln file1 link1
3 test -f file1
4 test -f link1