aboutsummaryrefslogtreecommitdiff
path: root/unit-tests/test/script/parser/driver.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'unit-tests/test/script/parser/driver.cxx')
-rw-r--r--unit-tests/test/script/parser/driver.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/unit-tests/test/script/parser/driver.cxx b/unit-tests/test/script/parser/driver.cxx
index 0fcba38..83160cb 100644
--- a/unit-tests/test/script/parser/driver.cxx
+++ b/unit-tests/test/script/parser/driver.cxx
@@ -135,7 +135,7 @@ namespace build2
{
tracer trace ("main");
- init ("false", 1); // No build system driver, default verbosity.
+ init (argv[0], 1); // Fake build system driver, default verbosity.
reset (strings ()); // No command line variables.
bool scope (false);