t/.gitattributes: only ignore whitespace errors in test files
[gitweb.git] / t / test-lib.sh
index 7a8bd27abc79a43a9248c3bcee8d6a3670e30fe3..e9c9081edf9609a9273d8a471a909bac62f380e8 100644 (file)
@@ -168,7 +168,7 @@ trap 'die' exit
 # environment variables to work around this.
 #
 # In particular, quoting isn't enough, as the path may contain the same quote
-# that we're using. 
+# that we're using.
 test_set_editor () {
        FAKE_EDITOR="$1"
        export FAKE_EDITOR