diff options
author | 2012-01-11 19:11:13 -0800 | |
---|---|---|
committer | 2012-01-11 19:11:13 -0800 | |
commit | 113e828d3893f31ef72dd8287e95da9fa2287110 (patch) | |
tree | 884273562e04329533af9f9b7bebc1e1ae907dd6 /t | |
parent | Prepare for 1.7.8.4 (diff) | |
parent | Merge branch 'maint-1.7.6' into maint-1.7.7 (diff) | |
download | tgif-113e828d3893f31ef72dd8287e95da9fa2287110.tar.xz |
Merge branch 'maint-1.7.7' into maint
* maint-1.7.7:
attr: fix leak in free_attr_elem
t2203: fix wrong commit command
Diffstat (limited to 't')
-rwxr-xr-x | t/t2203-add-intent.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t2203-add-intent.sh b/t/t2203-add-intent.sh index 58a329961e..25435290a7 100755 --- a/t/t2203-add-intent.sh +++ b/t/t2203-add-intent.sh @@ -41,7 +41,7 @@ test_expect_success 'cannot commit with i-t-a entry' ' echo frotz >nitfol && git add rezrov && git add -N nitfol && - test_must_fail git commit + test_must_fail git commit -m initial ' test_expect_success 'can commit with an unrelated i-t-a entry in index' ' |