diff options
author | Eric Sunshine <sunshine@sunshineco.com> | 2018-07-02 02:23:57 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2018-07-16 23:38:47 +0200 |
commit | 2c2d0f9f471348fe440d2eb19c216c4c15d6794a (patch) | |
tree | 4d6f4a4267b76ccb78bbe8ca3d36a66a2127a0af /t/t2103-update-index-ignore-missing.sh | |
parent | t1000-t1999: fix broken &&-chains (diff) | |
download | git-2c2d0f9f471348fe440d2eb19c216c4c15d6794a.tar.xz git-2c2d0f9f471348fe440d2eb19c216c4c15d6794a.zip |
t2000-t2999: fix broken &&-chains
Signed-off-by: Eric Sunshine <sunshine@sunshineco.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t2103-update-index-ignore-missing.sh')
-rwxr-xr-x | t/t2103-update-index-ignore-missing.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t2103-update-index-ignore-missing.sh b/t/t2103-update-index-ignore-missing.sh index 332694e7d3..0114f05228 100755 --- a/t/t2103-update-index-ignore-missing.sh +++ b/t/t2103-update-index-ignore-missing.sh @@ -32,7 +32,7 @@ test_expect_success basics ' test_create_repo xyzzy && cd xyzzy && >file && - git add file + git add file && git commit -m "sub initial" ) && git add xyzzy && |