logo

utils-std

Collection of commonly available Unix tools
commit: 9594d2600aa27743a237edd47d88c81a671f0a70
parent c1ad668c65c4dd731a16a29c3662480fdc809ba2
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Tue, 26 Sep 2023 17:50:35 +0200

test-cmd/Kyuafile: Remove errorneous sleep from the list

Diffstat:

Mtest-cmd/Kyuafile1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/test-cmd/Kyuafile b/test-cmd/Kyuafile @@ -17,7 +17,6 @@ atf_test_program{name="id", timeout=1} atf_test_program{name="link", timeout=1} atf_test_program{name="pwd", timeout=1} atf_test_program{name="seq", timeout=1} -atf_test_program{name="sleep", timeout=3} atf_test_program{name="strings", timeout=1} atf_test_program{name="tee", timeout=1} atf_test_program{name="touch", timeout=3}