]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
t/test.sh: minor cleanup
authorSimon Ruderich <simon@ruderich.org>
Tue, 12 Jul 2016 12:45:31 +0000 (14:45 +0200)
committerSimon Ruderich <simon@ruderich.org>
Tue, 12 Jul 2016 12:45:37 +0000 (14:45 +0200)
t/test.sh

index bd2000d731e6cdaa3f95dff00ee3520b25fe417c..6f1084b263486c2e1082e10e10bab56e97764ed5 100755 (executable)
--- a/t/test.sh
+++ b/t/test.sh
@@ -31,8 +31,8 @@ git_diff() {
 mkdir test
 cd test
 
-git init > /dev/null
-cat > test.txt <<EOF
+git init >/dev/null
+cat >test.txt <<EOF
 Tests
 =====
 
@@ -61,9 +61,9 @@ allow = \$! \$? \$.
 allow = \$! \$? \$.
 EOF
 git add test.txt
-git commit -m 'Initial commit.' > /dev/null
+git commit -m 'Initial commit.' >/dev/null
 
-cat > test.txt <<EOF
+cat >test.txt <<EOF
 Tests
 ====