mirror of
https://github.com/containers/skopeo.git
synced 2025-09-12 13:08:02 +00:00
Merge pull request #693 from chuanchang/fix_typo
systemtest/040-local-registry-auth.bats: fix a typo
This commit is contained in:
@@ -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" {
|
||||||
|
Reference in New Issue
Block a user