From 151ce0266eb4de2c8fc600c81c192a5f791b6169 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Wed, 9 Oct 2019 17:10:09 -0400 Subject: Move everything into std subdir --- std/fs/testdata/copy_dir/0.txt | 1 + std/fs/testdata/copy_dir/nest/0.txt | 1 + 2 files changed, 2 insertions(+) create mode 100644 std/fs/testdata/copy_dir/0.txt create mode 100644 std/fs/testdata/copy_dir/nest/0.txt (limited to 'std/fs/testdata/copy_dir') diff --git a/std/fs/testdata/copy_dir/0.txt b/std/fs/testdata/copy_dir/0.txt new file mode 100644 index 000000000..f3a34851d --- /dev/null +++ b/std/fs/testdata/copy_dir/0.txt @@ -0,0 +1 @@ +text \ No newline at end of file diff --git a/std/fs/testdata/copy_dir/nest/0.txt b/std/fs/testdata/copy_dir/nest/0.txt new file mode 100644 index 000000000..cd1b98cb3 --- /dev/null +++ b/std/fs/testdata/copy_dir/nest/0.txt @@ -0,0 +1 @@ +nest \ No newline at end of file -- cgit v1.2.3