Skip to content

Commit

Permalink
t9390: add missing '&&' in command chain
Browse files Browse the repository at this point in the history
Signed-off-by: Elijah Newren <[email protected]>
  • Loading branch information
newren committed Mar 23, 2020
1 parent e11343e commit 9928b7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/t9390-filter-repo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1402,7 +1402,7 @@ test_expect_success 'degenerate merge with non-matching filenames' '
git filter-repo --force --path pkg/list &&
! test_path_is_file pkg/list/whatever.t &&
git ls-files >actual
git ls-files >actual &&
echo pkg/list/wanted >expect &&
test_cmp expect actual
)
Expand Down

0 comments on commit 9928b7c

Please sign in to comment.