logo

utils

~/.local/bin tools and git-hooks git clone https://hacktivis.me/git/utils.git
commit: f18f65ce0b0486944722ac12ecc8cca260e56e56
parent 5c32c02e12a219c652677d799151ec225d30e55c
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Sat, 12 Mar 2022 03:02:08 +0100

test-bin/id: >/dev/full on -u and -g

Diffstat:

Mtest-bin/id2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/test-bin/id b/test-bin/id @@ -25,6 +25,8 @@ devfull_body() { atf_check -s exit:1 sh -c '../bin/id >/dev/full' atf_check -s exit:1 sh -c '../bin/id -n >/dev/full' + atf_check -s exit:1 sh -c '../bin/id -u >/dev/full' + atf_check -s exit:1 sh -c '../bin/id -g >/dev/full' } atf_test_case group