logo

utils-std

Collection of commonly available Unix tools git clone https://anongit.hacktivis.me/git/utils-std.git/
commit: 6b371eba139b422db8147c61eb01f835fefe2dff
parent 52d3e4497613357878150d9b4526ff5e59dd0dc4
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Mon,  5 May 2025 14:46:57 +0200

test-cmd/test.sh: add test case for 0 arguments

Diffstat:

Mtest-cmd/test.sh4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/test-cmd/test.sh b/test-cmd/test.sh @@ -49,9 +49,11 @@ t () } count=0 -plan=132 +plan=133 printf '1..%d\n' $plan +t 1 '' + t 0 'b = b' t 0 'b == b' t 1 'b != b'