From 5b35d57d7d2f8d8e3a78ab51f80156372134306a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=B0smail=20D=C3=B6nmez?= Date: Sun, 30 Nov 2014 12:25:28 +0200 Subject: [PATCH] Ignore .gitignore file while diffing expected text output --- test-high/run-tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-high/run-tests.sh b/test-high/run-tests.sh index a0ed4cf..c8842de 100755 --- a/test-high/run-tests.sh +++ b/test-high/run-tests.sh @@ -85,7 +85,7 @@ rm -f actual/* find actual -type f -size -80c -delete -if diff -ru expected actual +if diff -ru -x .gitignore expected actual then echo All tests succeeded. else