diff options
author | Eric Sunshine <sunshine@sunshineco.com> | 2018-07-02 02:23:56 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2018-07-16 23:38:47 +0200 |
commit | f2deabfcb66fdf0fd311a28f6de6704be56b6935 (patch) | |
tree | de79959af7a406b680fd9034d3e078470f1dc8e1 /t/t1512-rev-parse-disambiguation.sh | |
parent | t0000-t0999: fix broken &&-chains (diff) | |
download | git-f2deabfcb66fdf0fd311a28f6de6704be56b6935.tar.xz git-f2deabfcb66fdf0fd311a28f6de6704be56b6935.zip |
t1000-t1999: fix broken &&-chains
Signed-off-by: Eric Sunshine <sunshine@sunshineco.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t1512-rev-parse-disambiguation.sh')
-rwxr-xr-x | t/t1512-rev-parse-disambiguation.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/t/t1512-rev-parse-disambiguation.sh b/t/t1512-rev-parse-disambiguation.sh index 96fe3754c8..e4d5b56014 100755 --- a/t/t1512-rev-parse-disambiguation.sh +++ b/t/t1512-rev-parse-disambiguation.sh @@ -34,8 +34,8 @@ test_expect_success 'blob and tree' ' for i in 0 1 2 3 4 5 6 7 8 9 do echo $i - done - echo + done && + echo && echo b1rwzyc3 ) >a0blgqsjc && @@ -222,7 +222,7 @@ test_expect_success 'more history' ' test_might_fail git rm -f a0blgqsjc && ( - git cat-file blob $side:f5518nwu + git cat-file blob $side:f5518nwu && echo j3l0i9s6 ) >ab2gs879 && git add ab2gs879 && |