From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp11.migadu.com ([2001:41d0:403:478a::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms9.migadu.com with LMTPS id iMzjF1kDtWR2ngAASxT56A (envelope-from ) for ; Mon, 17 Jul 2023 11:01:13 +0200 Received: from aspmx1.migadu.com ([2001:41d0:403:478a::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp11.migadu.com with LMTPS id UD4YGFkDtWSDbQEA9RJhRA (envelope-from ) for ; Mon, 17 Jul 2023 11:01:13 +0200 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 4032850B83 for ; Mon, 17 Jul 2023 11:01:13 +0200 (CEST) Authentication-Results: aspmx1.migadu.com; none Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qLK61-00080V-N6; Mon, 17 Jul 2023 05:00:45 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qLK5y-0007vu-F0 for emacs-orgmode@gnu.org; Mon, 17 Jul 2023 05:00:44 -0400 Received: from mout02.posteo.de ([185.67.36.66]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qLK5u-0005vd-Q5 for emacs-orgmode@gnu.org; Mon, 17 Jul 2023 05:00:42 -0400 Received: from submission (posteo.de [185.67.36.169]) by mout02.posteo.de (Postfix) with ESMTPS id BDD9C240101 for ; Mon, 17 Jul 2023 11:00:35 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1689584435; bh=FJYbC2vMKuqiNKAubgoPORxN1XHrrAnI5DiuV2u9qXk=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version:From; b=Ljstb3GRT/7p5DLQ3PZSnQEDMPe5bgmzp6BQXFJrALs7J5k367oa5F5zQnPP+sY7b Uhfj4veWuv+Zi+2CPgzk75G0xFKVP8XRpCc6ZJW6DACxDeapUHhYjgJpeJAdCY7eQx zr4MQ6aRB0Synywm8z4USJmBa73dMTl0ecSKyH4yiLIRVGYprG+jTtZEdNz2qgsc85 qtjE+LUSKMlJWtqYn0wxRUyqhDWcoHcdZjvEye2w70JSFZFgFYakHDHf8FyzuND5+G M5MooIdgVCxnoMNFkMoov6YG4LpMC8+0uEdv3RmELBxdYywnMO93sucn9VLSXISYS6 uOM3kcSwn+l+Q== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4R4GJM19XTz6txS; Mon, 17 Jul 2023 11:00:34 +0200 (CEST) From: Ihor Radchenko To: Evgenii Klimov Cc: "emacs-orgmode@gnu.org" Subject: Re: [BUG] [PATCH] Avoid interaction in test ~ob-tangle/detangle-false-positive~ In-Reply-To: <87zg3wauug.fsf@lipklim.org> References: <87zg3wauug.fsf@lipklim.org> Date: Mon, 17 Jul 2023 09:00:47 +0000 Message-ID: <87zg3uzzcw.fsf@localhost> MIME-Version: 1.0 Content-Type: text/plain Received-SPF: pass client-ip=185.67.36.66; envelope-from=yantar92@posteo.net; helo=mout02.posteo.de X-Spam_score_int: -53 X-Spam_score: -5.4 X-Spam_bar: ----- X-Spam_report: (-5.4 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_MED=-2.3, RCVD_IN_MSPIKE_H5=-1, RCVD_IN_MSPIKE_WL=-0.01, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-orgmode@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+larch=yhetil.org@gnu.org Sender: emacs-orgmode-bounces+larch=yhetil.org@gnu.org X-Migadu-Flow: FLOW_IN X-Migadu-Country: US X-Migadu-Scanner: mx0.migadu.com X-Migadu-Spam-Score: -4.00 X-Spam-Score: -4.00 X-Migadu-Queue-Id: 4032850B83 X-TUID: Y5aLYXSbF7fS Evgenii Klimov writes: > Test ~ob-tangle/detangle-false-positive~ asks for confirmation to kill > the buffer, connected to testing/examples/babel.org file, that is > modified during the couse of the test. > > Way to reproduce the bug (from projects main dir): Thanks! Waiting for your copyright assignment before applying. -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at . Support Org development at , or support my work at