From 70ec2ca2e3650186f9493d90eb54c4d0b9937d2a Mon Sep 17 00:00:00 2001 From: Alex Jia Date: Sun, 28 Jul 2019 17:01:02 +0800 Subject: [PATCH] systemtest/040-local-registry-auth.bats: fix a typo Signed-off-by: Alex Jia --- systemtest/040-local-registry-auth.bats | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systemtest/040-local-registry-auth.bats b/systemtest/040-local-registry-auth.bats index dab3bd18..fe1b2f97 100644 --- a/systemtest/040-local-registry-auth.bats +++ b/systemtest/040-local-registry-auth.bats @@ -18,7 +18,7 @@ function setup() { testuser=testuser testpassword=$(random_string 15) - start_registry --testuser=testuser --testpassword=$testpassword reg + start_registry --testuser=$testuser --testpassword=$testpassword reg } @test "auth: credentials on command line" {