logo

utils-std

Collection of commonly available Unix tools git clone https://anongit.hacktivis.me/git/utils-std.git/
commit: 6e7abd3b1f3724d268f73cfd0abba57fa6317aaf
parent 24f119dcbe9a6dd5508090b87b278f4e3c5601df
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Sun, 30 Nov 2025 07:59:03 +0100

test-cmd/time.sh: fix typo (t_skip -> skip)

Diffstat:

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

diff --git a/test-cmd/time.sh b/test-cmd/time.sh @@ -47,7 +47,7 @@ sys 0 ' time_fmt "${WD}/cmd/timeout" 0.1s "${WD}/cmd/time" "${WD}/test-cmd/echosig" if test "NetBSD" = "$(uname -s)"; then - t_skip "# NetBSD somehow doesn't returns ENOENT there, just errno = 0" + skip "# NetBSD somehow doesn't returns ENOENT there, just errno = 0" else t --exit=127 enoent '/var/empty/e/no/ent' "\ time: error: Failed executing '/var/empty/e/no/ent': No such file or directory