]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/t0300-credentials.sh
t0300: don't create unused file
[thirdparty/git.git] / t / t0300-credentials.sh
index c66d91e82d8bc737bc6b909c9427f163aef5dfea..b8612ede9535044c0e496d1ea8c54feb74e61b6e 100755 (executable)
@@ -808,7 +808,7 @@ test_expect_success 'credential config with partial URLs' '
 
        git -c credential.$partial.helper=yep \
                -c credential.with%0anewline.username=uh-oh \
-               credential fill <stdin >stdout 2>stderr &&
+               credential fill <stdin 2>stderr &&
        test_i18ngrep "skipping credential lookup for key" stderr
 '