Skip to content

Commit

Permalink
fixup??? survey: stub in new experimental 'git-survey' command
Browse files Browse the repository at this point in the history
Someone decided in upstream Git that it would be a good idea to change
all of the usages going to `stdout` instead of `stderr` now, as if that
was a good idea. I guess backwards-compatibility is only upheld if a
security weakness would be fixed otherwise... tsk, tsk, tsk.

Signed-off-by: Johannes Schindelin <[email protected]>
  • Loading branch information
dscho committed Jan 27, 2025
1 parent 5c5c223 commit 1d98cc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/t8100-git-survey.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export TEST_PASSES_SANITIZE_LEAK
. ./test-lib.sh

test_expect_success 'git survey -h shows experimental warning' '
test_expect_code 129 git survey -h 2>usage &&
test_expect_code 129 git survey -h >usage &&
grep "EXPERIMENTAL!" usage
'

Expand Down

0 comments on commit 1d98cc1

Please sign in to comment.