Fix test autosign files by using regexes

This commit is contained in:
Benedikt Werner 2017-10-19 03:06:34 +02:00
parent 3c0b324452
commit a546bac5f8
No known key found for this signature in database
GPG key ID: 1DBFF0F8E9E121EB
2 changed files with 4 additions and 5 deletions

View file

@ -1,3 +1,2 @@
minion
sub_minion
syndic
# match everything
*

View file

@ -1,2 +1,2 @@
sub_minion
syndic
# match everything expect 'minion'
^(?!minion$)