diff options
Diffstat (limited to 'tests/new.testscript')
-rw-r--r-- | tests/new.testscript | 8 |
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 } } |