diff options
author | Eric Sunshine <sunshine@sunshineco.com> | 2018-07-02 02:24:04 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2018-07-16 23:38:47 +0200 |
commit | cff4243db9eec386c17222d545ec7dbf51768672 (patch) | |
tree | a078a9c392c1815e2ebda25fb04deb4add555258 /t/t9806-git-p4-options.sh | |
parent | t7000-t7999: fix broken &&-chains (diff) | |
download | git-cff4243db9eec386c17222d545ec7dbf51768672.tar.xz git-cff4243db9eec386c17222d545ec7dbf51768672.zip |
t9000-t9999: fix broken &&-chains
Signed-off-by: Eric Sunshine <sunshine@sunshineco.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t9806-git-p4-options.sh')
-rwxr-xr-x | t/t9806-git-p4-options.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t9806-git-p4-options.sh b/t/t9806-git-p4-options.sh index 1ab76c4246..3f5291b857 100755 --- a/t/t9806-git-p4-options.sh +++ b/t/t9806-git-p4-options.sh @@ -134,7 +134,7 @@ test_expect_success 'clone --changesfile' ' ( cd "$git" && git log --oneline p4/master >lines && - test_line_count = 2 lines + test_line_count = 2 lines && test_path_is_file file1 && test_path_is_missing file2 && test_path_is_file file3 |