mirror of
https://github.com/containers/skopeo.git
synced 2025-08-01 06:55:43 +00:00
systemtest/040-local-registry-auth.bats: fix a typo
Signed-off-by: Alex Jia <chuanchang.jia@gmail.com>
This commit is contained in:
parent
b58088a397
commit
70ec2ca2e3
@ -18,7 +18,7 @@ function setup() {
|
|||||||
testuser=testuser
|
testuser=testuser
|
||||||
testpassword=$(random_string 15)
|
testpassword=$(random_string 15)
|
||||||
|
|
||||||
start_registry --testuser=testuser --testpassword=$testpassword reg
|
start_registry --testuser=$testuser --testpassword=$testpassword reg
|
||||||
}
|
}
|
||||||
|
|
||||||
@test "auth: credentials on command line" {
|
@test "auth: credentials on command line" {
|
||||||
|
Loading…
Reference in New Issue
Block a user