tests: fix superfluous option in call to xargs, was broken on macOS
authorAlexis Laferrière <alexis.laf@xymus.net>
Fri, 19 Jan 2018 13:42:28 +0000 (08:42 -0500)
committerAlexis Laferrière <alexis.laf@xymus.net>
Fri, 19 Jan 2018 13:42:28 +0000 (08:42 -0500)
Signed-off-by: Alexis Laferrière <alexis.laf@xymus.net>

tests/testfull.sh

index 1cc4d27..b7ebf11 100755 (executable)
@@ -1,2 +1,2 @@
 #!/bin/sh
-./listfull.sh | xargs -E '' -x -- ./tests.sh "$@"
+./listfull.sh | xargs -E '' -- ./tests.sh "$@"