Skip to content

Commit c627d40

Browse files
committed
Remove CARGO_TEST_DISABLE_GIT_CLI
This was a leftover from the Appveyor days.
1 parent 05bdd96 commit c627d40

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/bootstrap/test.rs

-2
Original file line numberDiff line numberDiff line change
@@ -289,8 +289,6 @@ impl Step for Cargo {
289289
// Don't run cross-compile tests, we may not have cross-compiled libstd libs
290290
// available.
291291
cargo.env("CFG_DISABLE_CROSS_TESTS", "1");
292-
// Disable a test that has issues with mingw.
293-
cargo.env("CARGO_TEST_DISABLE_GIT_CLI", "1");
294292
// Forcibly disable tests using nightly features since any changes to
295293
// those features won't be able to land.
296294
cargo.env("CARGO_TEST_DISABLE_NIGHTLY", "1");

0 commit comments

Comments
 (0)