aboutsummaryrefslogtreecommitdiff
path: root/tests/process/driver.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'tests/process/driver.cxx')
-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")));