Skip to content

Commit 1d98cc1

Browse files
committed
fixup??? survey: stub in new experimental 'git-survey' command
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]>
1 parent 5c5c223 commit 1d98cc1

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

1313
test_expect_success 'git survey -h shows experimental warning' '
14-
test_expect_code 129 git survey -h 2>usage &&
14+
test_expect_code 129 git survey -h >usage &&
1515
grep "EXPERIMENTAL!" usage
1616
'
1717

0 commit comments

Comments
 (0)