X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=t%2Ft4205-log-pretty-formats.sh;h=2ae9faa8b37821db6e7c28ae3d98e53cb25264b1;hb=b1d645b58ac6c96ffdc8d9a01f0b44a10deb43f9;hp=cb9f2bdd2956244955d56ec8a0cd2320726e1030;hpb=eb4e67288bb9d66fb46092fa30d72c4bdded0c2a;p=git.git 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 '