From 27f794bcabed0410f728d7a6f16737814e6eb424 Mon Sep 17 00:00:00 2001 From: Roy Ivy III Date: Mon, 25 May 2020 13:56:13 -0500 Subject: [PATCH] maint/build ~ remove unneeded specialized test configuration from Cargo.toml --- Cargo.toml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 6ef2e022f..fe2bf62d0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,6 @@ categories = ["command-line-utilities"] edition = "2018" build = "build.rs" -autotests = false [features] default = [ "feat_common_core" ] @@ -347,6 +346,3 @@ unix_socket = "0.5.0" [[bin]] name = "coreutils" path = "src/bin/coreutils.rs" - -[[test]] -name = "tests"