logo

utils-std

Collection of commonly available Unix tools git clone https://anongit.hacktivis.me/git/utils-std.git/
commit: 2c0b1a55cec67877a4e635eb1247c66980ec162a
parent 6df189fec450f850c599595503f8cce6116257b9
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Fri,  1 Aug 2025 09:24:23 +0200

test-cmd/uname.sh: pass -s to arch

Otherwise on OpenBSD you get OpenBSD.$arch

Diffstat:

Mtest-cmd/uname.sh2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test-cmd/uname.sh b/test-cmd/uname.sh @@ -26,7 +26,7 @@ else skip n 'n' "no hostname command" fi if has_cmd arch; then - t 'm' '-m' "$(arch) + t 'm' '-m' "$(arch -s) " else skip 'm' "no arch command"