source:
drbl_ui/backup/test_busybox/busybox-1.7.2/testsuite/mv/mv-moves-large-file
@
192
| Last change on this file since 192 was 20, checked in by chris, 18 years ago | |
|---|---|
| File size: 97 bytes | |
| Line | |
|---|---|
| 1 | dd if=/dev/zero of=foo seek=10k count=1 2>/dev/null |
| 2 | busybox mv foo bar |
| 3 | test ! -e foo |
| 4 | test -f bar |
Note: See TracBrowser
for help on using the repository browser.
