aboutsummaryrefslogtreecommitdiff
path: root/tests/cpfile/driver.cxx
diff options
context:
space:
mode:
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);