X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/93fdfecd2dbdc9ba49f6890e9c4b3ef2a911ef28..7f223f48c24dfa8c3d8247f8e48656a5edca7ea5:/services/login-sync/test/test_add_user.rb diff --git a/services/login-sync/test/test_add_user.rb b/services/login-sync/test/test_add_user.rb index db2e24151d..17942c2cff 100644 --- a/services/login-sync/test/test_add_user.rb +++ b/services/login-sync/test/test_add_user.rb @@ -20,7 +20,7 @@ class TestAddUser < Minitest::Test # exist on the host, but is insensitive to the admin group (groups # are quietly ignored by login-sync if they don't exist on the # current host). - assert_match %r{useradd -m -c adminroot -s /bin/bash -G docker(,admin)?(,fuse)? adminroot}, spied + assert_match %r{useradd -m -c adminroot -s /bin/bash -G (docker)?(,admin)?(,fuse)? adminroot}, spied end def test_useradd_success