blob: 301dc5fd83ee90185bcf0036cc3650b27657b2b2 [file] [log] [blame]
Matt Kraai38890782001-10-30 23:11:20 +00001touch foo
2ln -s foo bar
3busybox cp -d bar baz
4test -L baz
Eric Andersen650fe632004-04-06 11:10:30 +00005test xfoo = x`readlink baz`