housekeep: TU rename - Test suite

Rename tests: Function names, variables, etc.

Signed-off-by: moson <moson@archlinux.org>
This commit is contained in:
moson 2023-09-10 09:20:20 +02:00
parent 148c882501
commit 61f1e5b399
No known key found for this signature in database
GPG key ID: 4A4760AB4EE15296
15 changed files with 332 additions and 332 deletions

View file

@ -12,8 +12,8 @@ test_expect_success 'Test basic authentication.' '
'
test_expect_success 'Test Package Maintainer authentication.' '
cover "$GIT_AUTH" "$AUTH_KEYTYPE_TU" "$AUTH_KEYTEXT_TU" >out &&
grep -q AUR_USER=tu out &&
cover "$GIT_AUTH" "$AUTH_KEYTYPE_PM" "$AUTH_KEYTEXT_PM" >out &&
grep -q AUR_USER=pm out &&
grep -q AUR_PRIVILEGED=1 out
'