diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2021-08-03 09:55:32 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2021-08-03 09:55:32 +0200 |
commit | 164d7ce1bb116b4e8df488030689d7868155969e (patch) | |
tree | 8c8d6f9fdc655c0a43641aa4c1e93cd53b3fdc20 /tests/pkg-build.testscript | |
parent | ca6ac5f217f3217a2e2b5d07bf8448e0e6887447 (diff) |
Rename --config-uuid to --uuid in bpkg-cfg-create
Diffstat (limited to 'tests/pkg-build.testscript')
-rw-r--r-- | tests/pkg-build.testscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/pkg-build.testscript b/tests/pkg-build.testscript index 7938e60..94d1cf2 100644 --- a/tests/pkg-build.testscript +++ b/tests/pkg-build.testscript @@ -4312,7 +4312,7 @@ else $clone_cfg; $cfg_create -d cfg-bar &cfg-bar/***; - $cfg_create -d cfg-foo --config-uuid $uuid &cfg-foo/***; + $cfg_create -d cfg-foo --uuid $uuid &cfg-foo/***; $cfg_link -d cfg cfg-bar; $cfg_link -d cfg-bar cfg-foo; |