]> asedeno.scripts.mit.edu Git - git.git/blobdiff - t/t4201-shortlog.sh
Merge branch 'master' of git://repo.or.cz/git-gui
[git.git] / t / t4201-shortlog.sh
old mode 100644 (file)
new mode 100755 (executable)
index ab8a088..c27e39c
@@ -11,7 +11,7 @@ test_description='git-shortlog
 echo 1 > a1
 git add a1
 tree=$(git write-tree)
-commit=$((echo "Test"; echo) | git commit-tree $tree)
+commit=$( (echo "Test"; echo) | git commit-tree $tree )
 git update-ref HEAD $commit
 
 echo 2 > a1
@@ -29,7 +29,7 @@ git commit -m "$(echo "This is a very, very long first line for the commit messa
 echo 5 > a1
 git commit -m "a                                                               12      34      56      78" a1
 
-git shortlog HEAD > out
+git shortlog -w HEAD > out
 
 cat > expect << EOF
 A U Thor (5):