aboutsummaryrefslogtreecommitdiff
path: root/tests/cfg-create.testscript
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2021-08-03 09:55:32 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2021-08-03 09:55:32 +0200
commit164d7ce1bb116b4e8df488030689d7868155969e (patch)
tree8c8d6f9fdc655c0a43641aa4c1e93cd53b3fdc20 /tests/cfg-create.testscript
parentca6ac5f217f3217a2e2b5d07bf8448e0e6887447 (diff)
Rename --config-uuid to --uuid in bpkg-cfg-create
Diffstat (limited to 'tests/cfg-create.testscript')
-rw-r--r--tests/cfg-create.testscript6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/cfg-create.testscript b/tests/cfg-create.testscript
index 46355e5..25225ba 100644
--- a/tests/cfg-create.testscript
+++ b/tests/cfg-create.testscript
@@ -212,7 +212,7 @@ EOE
{
uuid='18f48b4b-b5d9-4712-b98c-1930df1c4228';
- $* --config-uuid $uuid --name foo 2>>/~"%EOE%" &cfg/***;
+ $* --uuid $uuid --name foo 2>>/~"%EOE%" &cfg/***;
%created new configuration in .+/cfg/%
uuid: $uuid
type: target
@@ -233,8 +233,8 @@ EOE
:
: Also use the short option.
:
- $* --config-uuid '123' 2>>EOE != 0
- error: invalid value '123' for option '--config-uuid'
+ $* --uuid '123' 2>>EOE != 0
+ error: invalid value '123' for option '--uuid'
EOE
}