chiark / gitweb /
autopkgtests: Banners in the test script
[userv.git] / tests / t-config
index aad650176d36794f0ca5ccfb839889bbf0954a3b..b4ed7f3406b7162b33ed470b9869a5033f72620b 100755 (executable)
@@ -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.