From e4bc20ae37d1f8d9d9805951ec6a25317156335c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Alexis=20Laferri=C3=A8re?= Date: Wed, 1 Mar 2017 15:01:49 -0500 Subject: [PATCH] tests: fix listfull.sh MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Alexis Laferrière --- tests/listfull.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/listfull.sh b/tests/listfull.sh index 70e648a..841fdad 100755 --- a/tests/listfull.sh +++ b/tests/listfull.sh @@ -1,5 +1,5 @@ #!/bin/sh -ls -1 -- "%s\n" "$@" \ +ls -1 -- "$@" \ ../src/nit*.nit \ ../src/test_*.nit \ ../src/examples/*.nit \ -- 1.7.9.5