X-Git-Url: http://nitlanguage.org diff --git a/tests/testfull.sh b/tests/testfull.sh index 6d159e9..1cc4d27 100755 --- a/tests/testfull.sh +++ b/tests/testfull.sh @@ -1,2 +1,2 @@ #!/bin/sh -./tests.sh "$@" `./listfull.sh` +./listfull.sh | xargs -E '' -x -- ./tests.sh "$@"