diff options
author | Junio C Hamano <gitster@pobox.com> | 2014-04-09 12:03:26 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2014-04-09 12:03:26 -0700 |
commit | 3c9e56b75c4a9a6832d94a00f079ea68e8a281ca (patch) | |
tree | 5f5b11703f64319bcb71603c825d382f4703a763 /t/t7104-reset.sh | |
parent | Merge branch 'cn/fetch-prune-overlapping-destination' into maint (diff) | |
parent | code and test: fix misuses of "nor" (diff) | |
download | tgif-3c9e56b75c4a9a6832d94a00f079ea68e8a281ca.tar.xz |
Merge branch 'jl/nor-or-nand-and' into maint
* jl/nor-or-nand-and:
code and test: fix misuses of "nor"
comments: fix misuses of "nor"
contrib: fix misuses of "nor"
Documentation: fix misuses of "nor"
Diffstat (limited to 't/t7104-reset.sh')
-rwxr-xr-x | t/t7104-reset.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t7104-reset.sh b/t/t7104-reset.sh index f136ee7bb5..16faa07813 100755 --- a/t/t7104-reset.sh +++ b/t/t7104-reset.sh @@ -33,7 +33,7 @@ test_expect_success 'reset --hard should restore unmerged ones' ' ' -test_expect_success 'reset --hard did not corrupt index nor cached-tree' ' +test_expect_success 'reset --hard did not corrupt index or cached-tree' ' T=$(git write-tree) && rm -f .git/index && |