diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2018-04-28 20:29:23 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2018-04-28 20:29:23 +0300 |
commit | eddbd4b42e28179143d5b551cd909945edfd6f1a (patch) | |
tree | de0e37b80693cea416747e2b6a5db9cba9a81d38 /tests/link/driver.cxx | |
parent | d7b7be0e74a441be27b14823cfe76cc9f34d93ee (diff) |
Fix function name in link test
Diffstat (limited to 'tests/link/driver.cxx')
-rw-r--r-- | tests/link/driver.cxx | 2 |
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. |