On Sat, Apr 1, 2023 at 5:34 PM Andrei Rybak <rybak.a.v@xxxxxxxxx> wrote: > Test 'credential config with partial URLs' in t0300-credentials.sh > contaisn three "git credential fill" invocations. For two of the > invocations, the test asserts presence or absence of string "yep" in the > standard output. For the third test it checks for an error message in > standard error. s/contaisn/contains/ > Don't redirect standard output of "git credential" to file "stdout" in > t0300-credentials.sh to avoid creating an unnecessary file when only > standard error is checked. > > Signed-off-by: Andrei Rybak <rybak.a.v@xxxxxxxxx>