diff options
author | Junio C Hamano <gitster@pobox.com> | 2016-07-13 11:24:11 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2016-07-13 11:24:11 -0700 |
commit | 67166a8da6283fa519fb257fa222b968fa70db50 (patch) | |
tree | 5a9d947a301e571b377ac5fec5469e5a11d636fd /t/t1011-read-tree-sparse-checkout.sh | |
parent | Merge branch 'va/i18n-even-more' (diff) | |
parent | unpack-trees: fix English grammar in do-this-before-that messages (diff) | |
download | tgif-67166a8da6283fa519fb257fa222b968fa70db50.tar.xz |
Merge branch 'ah/unpack-trees-advice-messages'
Grammofix.
* ah/unpack-trees-advice-messages:
unpack-trees: fix English grammar in do-this-before-that messages
Diffstat (limited to 't/t1011-read-tree-sparse-checkout.sh')
-rwxr-xr-x | t/t1011-read-tree-sparse-checkout.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t1011-read-tree-sparse-checkout.sh b/t/t1011-read-tree-sparse-checkout.sh index 3583105698..e5fa235d3a 100755 --- a/t/t1011-read-tree-sparse-checkout.sh +++ b/t/t1011-read-tree-sparse-checkout.sh @@ -244,7 +244,7 @@ test_expect_success 'print errors when failed to update worktree' ' error: The following untracked working tree files would be overwritten by checkout: sub/added sub/addedtoo -Please move or remove them before you can switch branches. +Please move or remove them before you switch branches. Aborting EOF test_i18ncmp expected actual |