mirror of
https://github.com/git/git.git
synced 2026-02-26 01:43:43 +00:00
Merge branch 'ps/t1410-cleanup'
Test clean-up. * ps/t1410-cleanup: t1410: use test helpers in reflog rewind test
This commit is contained in:
@@ -130,10 +130,10 @@ test_expect_success 'pass through -- to sub-command' '
|
||||
|
||||
test_expect_success rewind '
|
||||
test_tick && git reset --hard HEAD~2 &&
|
||||
test -f C &&
|
||||
test -f A/B/E &&
|
||||
! test -f F &&
|
||||
! test -f A/G &&
|
||||
test_path_is_file C &&
|
||||
test_path_is_file A/B/E &&
|
||||
test_path_is_missing F &&
|
||||
test_path_is_missing A/G &&
|
||||
|
||||
check_have A B C D E F G H I J K L &&
|
||||
|
||||
|
||||
Reference in New Issue
Block a user