summaryrefslogtreecommitdiff
path: root/i/pc104/initrd/conf/busybox/testsuite/mv/mv-moves-large-file
diff options
context:
space:
mode:
Diffstat (limited to 'i/pc104/initrd/conf/busybox/testsuite/mv/mv-moves-large-file')
-rw-r--r--i/pc104/initrd/conf/busybox/testsuite/mv/mv-moves-large-file4
1 files changed, 4 insertions, 0 deletions
diff --git a/i/pc104/initrd/conf/busybox/testsuite/mv/mv-moves-large-file b/i/pc104/initrd/conf/busybox/testsuite/mv/mv-moves-large-file
new file mode 100644
index 0000000..77d088f
--- /dev/null
+++ b/i/pc104/initrd/conf/busybox/testsuite/mv/mv-moves-large-file
@@ -0,0 +1,4 @@
+dd if=/dev/zero of=foo seek=10k count=1 2>/dev/null
+busybox mv foo bar
+test ! -e foo
+test -f bar