Open the source before creating the destination.
[oweals/busybox.git] / testsuite / cp / cp-does-not-copy-unreadable-file
diff --git a/testsuite/cp/cp-does-not-copy-unreadable-file b/testsuite/cp/cp-does-not-copy-unreadable-file
new file mode 100644 (file)
index 0000000..68c5767
--- /dev/null
@@ -0,0 +1,4 @@
+touch foo
+chmod a-r foo
+busybox cp foo bar
+test ! -f bar