aboutsummaryrefslogtreecommitdiff
path: root/tests/link
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2018-04-28 20:29:23 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2018-04-28 20:29:23 +0300
commiteddbd4b42e28179143d5b551cd909945edfd6f1a (patch)
treede0e37b80693cea416747e2b6a5db9cba9a81d38 /tests/link
parentd7b7be0e74a441be27b14823cfe76cc9f34d93ee (diff)
Fix function name in link test
Diffstat (limited to 'tests/link')
-rw-r--r--tests/link/driver.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/link/driver.cxx b/tests/link/driver.cxx
index da7e5b4..463ad23 100644
--- a/tests/link/driver.cxx
+++ b/tests/link/driver.cxx
@@ -179,7 +179,7 @@ main ()
dir_path ld (td / dir_path ("dslink"));
assert (link_dir (dp, ld, false, true));
- rmsymlink (ld);
+ try_rmsymlink (ld);
#ifndef _WIN32
// Create the directory symlink using an unexistent directory path.