diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2017-03-09 02:24:54 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2017-03-14 17:13:45 +0300 |
commit | 8b5e3e0a8f9ec8852cf2f15dab53bfa4436bea87 (patch) | |
tree | 0d897762dd01bb956457450668eb2e65b5d89628 /tests/cpfile | |
parent | 143d487b5146b2f4f6c33ab56bab7d391f8ac456 (diff) |
Add mventry(), mvfile() and mvdir()
Diffstat (limited to 'tests/cpfile')
-rw-r--r-- | tests/cpfile/driver.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cpfile/driver.cxx b/tests/cpfile/driver.cxx index 732b364..5b8f366 100644 --- a/tests/cpfile/driver.cxx +++ b/tests/cpfile/driver.cxx @@ -110,7 +110,7 @@ main () dir_path sd (td / dir_path ("sub")); assert (try_mkdir (sd) == mkdir_status::success); - cpfile (from, sd, cpflags::none); + cpfile_into (from, sd, cpflags::none); assert (from_file (sd / path ("from")) == text1); |