Skip to content

Commit 22c1378

Browse files
dschoGit for Windows Build Agent
authored andcommitted
fixup??? survey: turn into a thin shim over git repo structure
Required by `mm/test-grep-lint`. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
1 parent 2b0da45 commit 22c1378

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

t/t8100-git-survey.sh

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

2828
test_expect_success 'survey prints a deprecation warning' '
2929
git survey --all-refs >out 2>err &&
30-
grep "is deprecated" err
30+
test_grep "is deprecated" err
3131
'
3232

3333
test_expect_success 'survey forwards to git repo structure' '

0 commit comments

Comments
 (0)