From 0ed9763b724f85d39a1997c31aab5875d26fd95f Mon Sep 17 00:00:00 2001
From: Ed Santiago <santiago@redhat.com>
Date: Thu, 3 Oct 2019 07:53:37 -0600
Subject: system tests: info: deal with hyphen in username

...e.g. cloud-user. 9822f54ac was intended to fix this,
but it doesn't. Simple and standard solution is to
move the dash to the end of the character class.

Signed-off-by: Ed Santiago <santiago@redhat.com>
---
 test/system/005-info.bats | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'test/system/005-info.bats')

diff --git a/test/system/005-info.bats b/test/system/005-info.bats
index 7fccc75af..5df6033fc 100644
--- a/test/system/005-info.bats
+++ b/test/system/005-info.bats
@@ -33,7 +33,7 @@ RunRoot:
     run_podman info --format=json
 
     expr_nvr="[a-z0-9-]\\\+-[a-z0-9.]\\\+-[a-z0-9]\\\+\."
-    expr_path="/[a-z0-9\\\-\\\/.]\\\+\\\$"
+    expr_path="/[a-z0-9\\\/.-]\\\+\\\$"
 
     tests="
 host.BuildahVersion       | [0-9.]
-- 
cgit v1.2.3-54-g00ecf