logo

utils-std

Collection of commonly available Unix tools
commit: 9698dc42e958be417bec48032a0b16932fb46446
parent b31d16cba79ce9892c36db520c2e8a43df6c8830
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Fri, 29 Mar 2024 04:54:54 +0100

test-cmd/rm.t: FreeBSD requires a path for find(1)

Diffstat:

Mtest-cmd/rm.t2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test-cmd/rm.t b/test-cmd/rm.t @@ -166,5 +166,5 @@ Correct path when multiple files are given $ test ! -e dir_v_dir No files should be left - $ find + $ find . .