Skip to content

Commit 744096e

Browse files
dschoGit for Windows Build Agent
authored andcommitted
fixup??? survey: stub in new experimental 'git-survey' command
This is now required by `bc/parse-options-exit-0-on-help`. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
1 parent efb169e commit 744096e

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
@@ -11,7 +11,7 @@ export TEST_PASSES_SANITIZE_LEAK
1111
. ./test-lib.sh
1212

1313
test_expect_success 'git survey -h shows the deprecated banner' '
14-
test_expect_code 129 git survey -h >usage &&
14+
test_expect_code 0 git survey -h >usage &&
1515
test_grep "DEPRECATED!" usage
1616
'
1717

0 commit comments

Comments
 (0)