Skip to content

Commit d321cc0

Browse files
committed
run-wasi-testsuite.sh: fix errors with gnu version of xargs
1 parent abc6b55 commit d321cc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/run-wasi-testsuite.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ done
3737
# the test runner. https://github.com/WebAssembly/wasi-testsuite/issues/81
3838
# until it gets fixed in the upstream, use find, which doesn't follow
3939
# symlinks.
40-
find ${DIR}/tests -name "*.cleanup" | xargs rm -r
40+
find ${DIR}/tests -name "*.cleanup" | xargs rm -rf
4141

4242
virtualenv venv
4343
. ./venv/bin/activate

0 commit comments

Comments
 (0)