blob: c413af07c89a535fc242f70a150e2d9ff7eb978e [file] [log] [blame]
Eric Andersen650fe632004-04-06 11:10:30 +00001touch foo
2ln -s foo bar
3busybox mv bar baz
4test -f foo
5test ! -e bar
6test -L baz