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 5c43fb5..18b4fd8 100644
--- a/tests/process/driver.cxx
+++ b/tests/process/driver.cxx
@@ -287,7 +287,7 @@ main (int argc, const char* argv[])
//
dir_path::current (fp.directory ());
- assert (exec (path (".") / fp.leaf ()));
+ assert (exec (dir_path (".") / fp.leaf ()));
// Fail for unexistent file path.
//