Fuzz tests in test_fuzz_chatty.txt now use -count=1 where applicable.
Fixes #48984
Change-Id: If1673924af990fe12d5dfba95082ccb573806fde
Reviewed-on: https://go-review.googlesource.com/c/go/+/369674
Trust: Julie Qiu <julie@golang.org>
Trust: Katie Hockman <katie@golang.org>
Reviewed-by: Katie Hockman <katie@golang.org>
stdout ok
stdout PASS
! stdout FAIL
-# TODO: It's currently the case that it's logged twice. Fix that, and change
-# this check to verify it.
-stdout 'all good here'
+stdout -count=1 'all good here'
# Verify that the unit test is only run once.
-! stdout '(?s)logged foo.*logged foo'
+stdout -count=1 'logged foo'
-- chatty_error_fuzz_test.go --
package chatty_error_fuzz