source: src/router/busybox/testsuite/mv/mv-preserves-links @ 8864

Last change on this file since 8864 was 8864, checked in by BrainSlayer, 5 years ago

replace busybox with new version

File size: 83 bytes
Line 
1touch foo
2ln -s foo bar
3busybox mv bar baz
4test -L baz
5test xfoo = x`readlink baz`
Note: See TracBrowser for help on using the repository browser.