From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id DE4106DE1003 for ; Fri, 11 Aug 2017 11:31:29 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: 0.494 X-Spam-Level: X-Spam-Status: No, score=0.494 tagged_above=-999 required=5 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RCVD_IN_SORBS_WEB=0.614, SPF_PASS=-0.001] autolearn=disabled Received: from arlo.cworth.org ([127.0.0.1]) by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id gGG_Io5XkOaJ for ; Fri, 11 Aug 2017 11:31:28 -0700 (PDT) Received: from mail-wm0-f68.google.com (mail-wm0-f68.google.com [74.125.82.68]) by arlo.cworth.org (Postfix) with ESMTPS id 56CA46DE0FB6 for ; Fri, 11 Aug 2017 11:31:28 -0700 (PDT) Received: by mail-wm0-f68.google.com with SMTP id t138so7333785wmt.4 for ; Fri, 11 Aug 2017 11:31:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:subject:date:message-id; bh=hT5PrLXlZG6aEaVn2nhMnrMr8voSJpUPm/bUbj1DTig=; b=YVMf32I+5rh3hlZc9F2tDsqsUs20PXHNlDIMkqKbJ6bsL5Bpl5E2QWITxMB2xWmLZN 4RMW7QcnXDQuWSzU/VGr3S+h5pe6wtencJ2rRgCv9zs4Utd6RHc7I15maQZY9mS5cZ10 c2qDxXOT8H0RkPC39LuDx4WZoEKkVpQzutxkqXLrhSKd8omVlye0HFbXJepxza71fcpe 3gVYzwdhbqrtMxgo4eFqUaybvkZUkO251XScrCk6NWNxIYrrl/B3ppYcYBYlDFKAVvpK PcsoXISYpXDdTj4yq5yigJ9jFqHgd1cA+hyrMLytuAdxTvTXwVScRlpxutWONYjPJyGs BXFQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:subject:date:message-id; bh=hT5PrLXlZG6aEaVn2nhMnrMr8voSJpUPm/bUbj1DTig=; b=NuNsNahAFzZCpiJvFrw08AOcA2wHb37jWjxYS46DXxJDXH//v9quHjrtuWYE/tJEAy 3qk0a03FsoN2mcJ/QlAmdJciQPcPBlyteH6GWE9OyKGCXy88aG0uHIQqxb4OhF3nIjyx ODRH/bXa2VCGITiR+pSQhWR0fPvRnampk7FwffM7nsOYwugHli6BLNSdDlhN7ScxcVma 4/v7nA6oWx2ETcKboaDbJ/UFEw/Y4M2mg4Z2F5j7TmAWMUwC5ay0T5UUVeBzkg6gciFz U5n+lG/gaEfnwY57OYob8jnaj0awD69I+9v9kIDO85v/ql5W5skIl7+HBYtD6wEiiCzL 32lA== X-Gm-Message-State: AHYfb5jr/VzOV36j0zVYXzLPo+enremynIJjGQnqEimDnePdiMypVWQL LwOMxivBsxG35r7HrNU= X-Received: by 10.28.38.133 with SMTP id m127mr19189wmm.6.1502476284108; Fri, 11 Aug 2017 11:31:24 -0700 (PDT) Received: from localhost (HSI-KBW-046-005-019-096.hsi8.kabel-badenwuerttemberg.de. [46.5.19.96]) by smtp.gmail.com with ESMTPSA id 93sm1495936wra.82.2017.08.11.11.31.23 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 11 Aug 2017 11:31:23 -0700 (PDT) From: Yuri Volchkov To: notmuch@notmuchmail.org Subject: [PATCH] test: remove remainder of previously killed basic test Date: Fri, 11 Aug 2017 20:31:22 +0200 Message-Id: <1502476282-26080-1-git-send-email-yuri.volchkov@gmail.com> X-Mailer: git-send-email 2.7.4 X-Mailman-Approved-At: Sat, 12 Aug 2017 13:16:46 -0700 X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Aug 2017 18:31:30 -0000 In the commit 51cd69feb1d131db7a468e33e0fa2e043caad41e the part of the test "test runs if prerequisite is satisfied" has been removed. However, there was a remainder of that test - variable 'haveit'. Kill it, to not to confuse people. Signed-off-by: Yuri Volchkov --- test/T000-basic.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/T000-basic.sh b/test/T000-basic.sh index 36a7ca4..a4efa3c 100755 --- a/test/T000-basic.sh +++ b/test/T000-basic.sh @@ -23,8 +23,7 @@ test_expect_success ':' test_begin_subtest 'test runs if prerequisite is satisfied' test_set_prereq HAVEIT -haveit=no -test_expect_success 'test_have_prereq HAVEIT && haveit=yes' +test_expect_success 'test_have_prereq HAVEIT' test_begin_subtest 'tests clean up after themselves' clean=no -- 2.7.4