From e3c6e022b8a36b8ec75c8617b10a0ecde3a1065e Mon Sep 17 00:00:00 2001 From: Johannes Schindelin Date: Mon, 6 Aug 2007 22:25:05 +0100 Subject: [PATCH] run-tests.sh: use --no-symlinks Signed-off-by: Johannes Schindelin --- bin/run-tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/run-tests.sh b/bin/run-tests.sh index f4f82cb7..142494b7 100644 --- a/bin/run-tests.sh +++ b/bin/run-tests.sh @@ -14,7 +14,7 @@ do esac printf '%70s ' $test - if sh -x $test -v > /tmp/test.out 2>&1 + if sh -x $test --no-symlinks -v > /tmp/test.out 2>&1 then echo -e '\033[32mok\033[0m' else -- 2.11.4.GIT