aboutsummaryrefslogtreecommitdiff
path: root/tests/cpfile/driver.cxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2017-03-09 02:24:54 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2017-03-14 17:13:45 +0300
commit8b5e3e0a8f9ec8852cf2f15dab53bfa4436bea87 (patch)
tree0d897762dd01bb956457450668eb2e65b5d89628 /tests/cpfile/driver.cxx
parent143d487b5146b2f4f6c33ab56bab7d391f8ac456 (diff)
Add mventry(), mvfile() and mvdir()
Diffstat (limited to 'tests/cpfile/driver.cxx')
-rw-r--r--tests/cpfile/driver.cxx2
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);