]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
t: Minor style fix.
authorSimon Ruderich <simon@ruderich.org>
Sat, 21 Dec 2013 22:02:10 +0000 (23:02 +0100)
committerSimon Ruderich <simon@ruderich.org>
Sat, 21 Dec 2013 22:02:10 +0000 (23:02 +0100)
t/test.sh

index 81e3b12aaf36c0240186ca04f6c8665dce54b8f1..a76726643727970867e517364c27fb42c3098ce4 100755 (executable)
--- a/t/test.sh
+++ b/t/test.sh
@@ -22,7 +22,7 @@ set -e
 
 git_diff() {
     git diff --color=never --word-diff=plain --word-diff-regex="$1" \
-        | grep -v '^index ' > "result-$2.txt"
+        | grep -v '^index ' >"result-$2.txt"
     diff -u "../expected-$2.txt" "result-$2.txt"
 }