From b6f166c4ed98f94bdd2cc82885d61173a101abfd Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 26 Jul 2016 15:12:54 +0200 Subject: Redesign path to store trailing slash for directories --- tests/process/driver.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/process') 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. // -- cgit v1.1