aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2019-06-03 17:41:06 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2019-06-03 17:41:06 +0300
commit20879d4a93d82cc9dda996700cd2c0cc94f002af (patch)
treec28982de6bb13d22c82da8d0e82949c71c496af5 /tests
parent2a7a93bb9e6f828ea0d4b59b400fbb2e16657c9c (diff)
Fix missing for Windows traits alias renaming
Diffstat (limited to 'tests')
-rw-r--r--tests/process/driver.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/process/driver.cxx b/tests/process/driver.cxx
index ee946ca..f2dd337 100644
--- a/tests/process/driver.cxx
+++ b/tests/process/driver.cxx
@@ -411,7 +411,7 @@ main (int argc, const char* argv[])
assert (exec (owd / "test.bat"));
assert (exec (owd / "test"));
- paths = owd.string () + path::traits::path_separator + paths;
+ paths = owd.string () + path::traits_type::path_separator + paths;
setenv ("PATH", paths);
assert (exec (path ("test.bat")));