diff options
author | Junio C Hamano <gitster@pobox.com> | 2011-06-19 16:01:54 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2011-06-19 16:01:54 -0700 |
commit | 28eb1afec90fab398fc58a1d6119b9e99a733f87 (patch) | |
tree | 17041ea7df86d2648f4aa203a0fa9e24fcf8eb44 /t/t4205-log-pretty-formats.sh | |
parent | b93d2ff3aabaedbeb3351a451ab4b7092b2b754c (diff) | |
parent | 7be8b3baba863ae5297aedbc3635d6f4a3336838 (diff) | |
download | git-28eb1afec90fab398fc58a1d6119b9e99a733f87.tar.gz git-28eb1afec90fab398fc58a1d6119b9e99a733f87.tar.xz |
Merge branch 'di/no-no-existant'
* di/no-no-existant:
Fix typo: existant->existent
Diffstat (limited to 't/t4205-log-pretty-formats.sh')
-rwxr-xr-x | t/t4205-log-pretty-formats.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t4205-log-pretty-formats.sh b/t/t4205-log-pretty-formats.sh index cb9f2bdd2..2ae9faa8b 100755 --- a/t/t4205-log-pretty-formats.sh +++ b/t/t4205-log-pretty-formats.sh @@ -45,7 +45,7 @@ test_expect_success 'alias user-defined tformat' ' test_cmp expected actual ' -test_expect_success 'alias non-existant format' ' +test_expect_success 'alias non-existent format' ' git config pretty.test-alias format-that-will-never-exist && test_must_fail git log --pretty=test-alias ' |