diff --git a/t/test-lib.sh b/t/test-lib.sh index 4d2dfd2cc3..984c16d9e0 100644 --- a/t/test-lib.sh +++ b/t/test-lib.sh @@ -1206,6 +1206,10 @@ test_lazy_prereq UNZIP ' test $? -ne 127 ' +test_lazy_prereq BUSYBOX ' + case "$($SHELL --help 2>&1)" in *BusyBox*) true;; *) false;; esac +' + run_with_limited_cmdline () { (ulimit -s 128 && "$@") }