From: Ian Jackson Date: Sun, 26 Dec 2021 00:41:46 +0000 (+0000) Subject: autopkgtests: Banners in the test script X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=userv.git;a=commitdiff_plain;h=cfeb22286a3edbd942ac93e8e4a7b763ef1d1c14 autopkgtests: Banners in the test script Signed-off-by: Ian Jackson --- diff --git a/tests/t-config b/tests/t-config index aad6501..b4ed7f3 100755 --- a/tests/t-config +++ b/tests/t-config @@ -23,6 +23,8 @@ fi bin_uid=$(id -u bin) bin_gid=$(id -g bin) +: '---------- test service invocation ----------' + really -u bin \ userv games userv-t-env >"$tmp"/env @@ -36,8 +38,11 @@ for expect in \ egrep "^$expect\$" "$tmp"/env done +: '---------- test rejection (wrong calling user) ----------' + expect_output 255 '' \ really -u daemon \ userv games userv-t-env + echo ok.