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 e3c8e4a..ee946ca 100644
--- a/tests/process/driver.cxx
+++ b/tests/process/driver.cxx
@@ -381,7 +381,7 @@ main (int argc, const char* argv[])
string paths (fp.directory ().string ());
if (optional<string> p = getenv ("PATH"))
- paths += string (1, path::traits::path_separator) + *p;
+ paths += string (1, path::traits_type::path_separator) + *p;
setenv ("PATH", paths);