aboutsummaryrefslogtreecommitdiff
path: root/tests/new.testscript
diff options
context:
space:
mode:
Diffstat (limited to 'tests/new.testscript')
-rw-r--r--tests/new.testscript8
1 files changed, 7 insertions, 1 deletions
diff --git a/tests/new.testscript b/tests/new.testscript
index 3c39b47..57263bd 100644
--- a/tests/new.testscript
+++ b/tests/new.testscript
@@ -753,9 +753,15 @@ status += -d prj
--package
EOI
- $* prj 2>>/~%EOE%d != 0
+ $* prj 2>>/~%EOE%d != 0;
%\.+/.build2/bdep-new.options: error: --package in default options file%
EOE
+
+ # Disable default options files loading.
+ #
+ $* --no-default-options prj 2>>/"EOE" &prj/***
+ created new executable project prj in $~/prj/
+ EOE
}
}