From 97bb134fc9f37c26fcef996428a4c26b583b6346 Mon Sep 17 00:00:00 2001 From: Jeremy Neptune Date: Fri, 15 Jul 2016 13:23:12 -0400 Subject: [PATCH] cp: added fixtures required for testing --- tests/fixtures/cp/hello_dir_with_file/hello_world.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 tests/fixtures/cp/hello_dir_with_file/hello_world.txt diff --git a/tests/fixtures/cp/hello_dir_with_file/hello_world.txt b/tests/fixtures/cp/hello_dir_with_file/hello_world.txt new file mode 100644 index 000000000..8ab686eaf --- /dev/null +++ b/tests/fixtures/cp/hello_dir_with_file/hello_world.txt @@ -0,0 +1 @@ +Hello, World!