Skip to content

Commit e42c3e6

Browse files
committed
fixup! survey: show progress during object walk
1 parent 5d4ed3b commit e42c3e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/t8100-git-survey.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ test_expect_success 'create a semi-interesting repo' '
2626
'
2727

2828
test_expect_success 'git survey --progress' '
29-
GIT_PROGRESS_DELATY=0 git survey --all-refs --progress >out 2>err &&
29+
GIT_PROGRESS_DELAY=0 git survey --all-refs --progress >out 2>err &&
3030
grep "Preparing object walk" err
3131
'
3232

0 commit comments

Comments
 (0)