From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp-out2.suse.de (smtp-out2.suse.de [195.135.220.29]) by sourceware.org (Postfix) with ESMTPS id BE7A63858D39 for ; Fri, 1 Jul 2022 07:53:32 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org BE7A63858D39 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=suse.cz Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=suse.cz Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by smtp-out2.suse.de (Postfix) with ESMTPS id F056E1F949 for ; Fri, 1 Jul 2022 07:53:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.cz; s=susede2_rsa; t=1656662011; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc: mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=ePfm+7wOuqi08vEb6pgLTjEpDEKLt8cBrg6Edn4gGVY=; b=kE33alUIQLBQWF9vgkSoinBmAr4Bi0OUZy7kJN3+5OGXV5CLFE2xZZCXZh/tVWHWBi1Wox n1zX6An6FOyHGTGFejmIcXwTbun8l+TocCljfEAhUfjx8DwAJARCryK7rTUAhoymEpTlIh hTatQzHQQFgqB/Z9iHJTesS4F+fgh4M= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.cz; s=susede2_ed25519; t=1656662011; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc: mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=ePfm+7wOuqi08vEb6pgLTjEpDEKLt8cBrg6Edn4gGVY=; b=32aF+qcZStq47ZVyqmrJSkGiBME3YPeBDI8ArWZLVrDxRClycb+VGdJk+XPv3hSz8rcDWo izf8JqhpDvgZf3AA== Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by imap2.suse-dmz.suse.de (Postfix) with ESMTPS id E1B5513A20 for ; Fri, 1 Jul 2022 07:53:31 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id VlUlNvunvmJoNQAAMHmgww (envelope-from ) for ; Fri, 01 Jul 2022 07:53:31 +0000 Message-ID: Date: Fri, 1 Jul 2022 09:53:31 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.10.0 From: =?UTF-8?Q?Martin_Li=c5=a1ka?= Subject: [PATCH][pushed] testsuite: remove leading spaces To: dwz@sourceware.org Content-Language: en-US Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-11.9 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, GIT_PATCH_0, SPF_HELO_NONE, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: dwz@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Dwz mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Jul 2022 07:53:34 -0000 --- testsuite/dwz.tests/devel-ignore-locus.sh | 4 ++-- testsuite/dwz.tests/devel-ignore-size.sh | 4 ++-- testsuite/dwz.tests/devel-trace.sh | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/testsuite/dwz.tests/devel-ignore-locus.sh b/testsuite/dwz.tests/devel-ignore-locus.sh index caa9d78..a8b2dcd 100644 --- a/testsuite/dwz.tests/devel-ignore-locus.sh +++ b/testsuite/dwz.tests/devel-ignore-locus.sh @@ -6,7 +6,7 @@ cnt=$(readelf -wi 1 \ [ $cnt -eq 2 ] - $execs/dwz-for-test 1 2>/dev/null +$execs/dwz-for-test 1 2>/dev/null cnt=$(readelf -wi 1 \ | grep 'DW_AT_name.*: aaa' \ @@ -16,7 +16,7 @@ cnt=$(readelf -wi 1 \ cp $execs/two-typedef 1 - $execs/dwz-for-test --devel-ignore-locus --devel-ignore-size 1 +$execs/dwz-for-test --devel-ignore-locus --devel-ignore-size 1 cnt=$(readelf -wi 1 \ | grep 'DW_AT_name.*: aaa' \ diff --git a/testsuite/dwz.tests/devel-ignore-size.sh b/testsuite/dwz.tests/devel-ignore-size.sh index 78d28a2..a30684f 100644 --- a/testsuite/dwz.tests/devel-ignore-size.sh +++ b/testsuite/dwz.tests/devel-ignore-size.sh @@ -6,7 +6,7 @@ cnt=$(readelf -wi 1 \ [ $cnt -eq 0 ] - $execs/dwz-for-test 1 2>/dev/null +$execs/dwz-for-test 1 2>/dev/null cnt=$(readelf -wi 1 \ | grep '(DW_TAG_partial_unit' \ @@ -18,7 +18,7 @@ fi cp $execs/min 1 - $execs/dwz-for-test --devel-ignore-size 1 +$execs/dwz-for-test --devel-ignore-size 1 cnt=$(readelf -wi 1 \ | grep '(DW_TAG_partial_unit' \ diff --git a/testsuite/dwz.tests/devel-trace.sh b/testsuite/dwz.tests/devel-trace.sh index 1acea4e..50c4a3d 100644 --- a/testsuite/dwz.tests/devel-trace.sh +++ b/testsuite/dwz.tests/devel-trace.sh @@ -1,5 +1,5 @@ cp $execs/hello 1 - $execs/dwz-for-test --devel-trace 1 2>/dev/null +$execs/dwz-for-test --devel-trace 1 2>/dev/null rm -f 1 -- 2.36.1