aboutsummaryrefslogtreecommitdiff
path: root/build2/test/script/parser.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/test/script/parser.cxx')
-rw-r--r--build2/test/script/parser.cxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/build2/test/script/parser.cxx b/build2/test/script/parser.cxx
index 6054da9..1c3baea 100644
--- a/build2/test/script/parser.cxx
+++ b/build2/test/script/parser.cxx
@@ -1338,7 +1338,9 @@ namespace build2
if (!p.empty ())
{
- p.normalize (); //@@ NORM
+ // Current dir collapses to an empty one.
+ //
+ p.normalize (false, true);
return p;
}