From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-3.9 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,T_SCC_BODY_TEXT_LINE shortcircuit=no autolearn=ham autolearn_force=no version=3.4.6 Received: from out1.vger.email (out1.vger.email [IPv6:2620:137:e000::1:20]) by dcvr.yhbt.net (Postfix) with ESMTP id 258161F452 for ; Thu, 20 Apr 2023 02:50:01 +0000 (UTC) Authentication-Results: dcvr.yhbt.net; dkim=pass (2048-bit key; secure) header.d=nullpo.dev header.i=@nullpo.dev header.a=rsa-sha256 header.s=protonmail3 header.b=EqcrtbGZ; dkim-atps=neutral Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233539AbjDTCtT (ORCPT ); Wed, 19 Apr 2023 22:49:19 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49276 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230521AbjDTCtO (ORCPT ); Wed, 19 Apr 2023 22:49:14 -0400 Received: from mail-4323.proton.ch (mail-4323.proton.ch [185.70.43.23]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 744F4E5A for ; Wed, 19 Apr 2023 19:48:46 -0700 (PDT) Date: Thu, 20 Apr 2023 02:48:34 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nullpo.dev; s=protonmail3; t=1681958924; x=1682218124; bh=QOYAqcKfZINj4X3hX2SZ7dGrdo+fB1xOBPdXe87rsvs=; h=Date:To:From:Cc:Subject:Message-ID:In-Reply-To:References: Feedback-ID:From:To:Cc:Date:Subject:Reply-To:Feedback-ID: Message-ID:BIMI-Selector; b=EqcrtbGZ2A8yAyx1/ERye1CcUtaH0F131W23Fn8W88sJuXDFYFPYX334xLWCTjBy5 UK6J75jAZun6qhgBEB/kzn6IQV8pi7FK77oZ2HnS8UxEayxnAxVH3TylmV2h8WISBS KbMcIgZXS9n81z7FMQTlLccrIgj65VR7R2VHxnvLbZKb6p6oxhe6Zs76j6glqXNggn tdOycSIdwzf0u4Zpi2jZQuUhSbi/vkknmjt+m4XLwU8Grnrd+bqVXMZhELt7pF5ifF mt3Nlh0LPFN5P2ATVzUtsp1oNtC4WMlO0MIJE7RiIdoMlicSrXqG62QOIL2xZwRIr1 Pcf124B6Pw/Jw== To: Junio C Hamano From: Jacob Abel Cc: git@vger.kernel.org, =?utf-8?Q?=C3=86var_Arnfj=C3=B6r=C3=B0_Bjarmason?= , Eric Sunshine , Phillip Wood , =?utf-8?Q?Rub=C3=A9n_Justo?= , Taylor Blau , rsbecker@nexbridge.com Subject: Re: [PATCH v9 4/8] t2400: add tests to verify --quiet Message-ID: In-Reply-To: References: <20230417093255.31079-1-jacobabel@nullpo.dev> <20230417093255.31079-5-jacobabel@nullpo.dev> Feedback-ID: 21506737:user:proton MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org On 23/04/17 02:33PM, Junio C Hamano wrote: > Jacob Abel writes: > > > [...] > > It is good to test the --quiet option. It is not good to have the > ineffective "cat actual" when test_must_be_empty is already used. > Probably the same comment applies to the rest of the patch. > > Thanks. Understood. As mentioned in the patch 2/8 discussion, this change (the `cat actual`) will be reverted in the next revision.