From nobody Thu Mar 28 16:57:11 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of redhat.com designates 209.132.183.28 as permitted sender) client-ip=209.132.183.28; envelope-from=libvir-list-bounces@redhat.com; helo=mx1.redhat.com; Authentication-Results: mx.zohomail.com; spf=pass (zoho.com: domain of redhat.com designates 209.132.183.28 as permitted sender) smtp.mailfrom=libvir-list-bounces@redhat.com; dmarc=pass(p=none dis=none) header.from=redhat.com ARC-Seal: i=1; a=rsa-sha256; t=1565898322; cv=none; d=zoho.com; s=zohoarc; b=OpU6YtObIGRC7lypexmBfSsLg7JkSbjUoN62rB88X2ZnosQzXUMiqwq0T/2baCsa2Fzqtgd1r1kYuvDKS2sQCtlxlYmqdlULZKIWV9kqcDI5z9SlUII2YO5jOziW4qtdOxUl10H7UfZ2aeX0agk6+CXpCCEfxMq+JiO2Ap2eu8Y= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1565898322; h=Content-Type:Content-Transfer-Encoding:Date:From:List-Subscribe:List-Post:List-Id:List-Archive:List-Help:List-Unsubscribe:MIME-Version:Message-ID:Sender:Subject:To:ARC-Authentication-Results; bh=oi/8QDD12oADqehqExhJxvBsUpmyJUpMD1VAJZuu3Ak=; b=Bu0fLJFepLHYm0vf4kcEc3KCtuJRRowGtoCC8bpiFvvqPcLmaRLlJV96fBtHzkLjafGSActRqgaXOcmsUCar5ON9uKxATVplmJt4NViuMxR4Aw+IRRdb16MFUWQJt893+WQ0HyuBJw8Xsteao2fDYIiHTQR7pqoVCVMcp97It4Q= ARC-Authentication-Results: i=1; mx.zoho.com; spf=pass (zoho.com: domain of redhat.com designates 209.132.183.28 as permitted sender) smtp.mailfrom=libvir-list-bounces@redhat.com; dmarc=pass header.from= (p=none dis=none) header.from= Return-Path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by mx.zohomail.com with SMTPS id 1565898322455524.263201353625; Thu, 15 Aug 2019 12:45:22 -0700 (PDT) Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.23]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 8BD64300C72E; Thu, 15 Aug 2019 19:45:19 +0000 (UTC) Received: from colo-mx.corp.redhat.com (colo-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.21]) by smtp.corp.redhat.com (Postfix) with ESMTPS id DD6B8452C; Thu, 15 Aug 2019 19:45:16 +0000 (UTC) Received: from lists01.pubmisc.prod.ext.phx2.redhat.com (lists01.pubmisc.prod.ext.phx2.redhat.com [10.5.19.33]) by colo-mx.corp.redhat.com (Postfix) with ESMTP id E1CB924F30; Thu, 15 Aug 2019 19:45:14 +0000 (UTC) Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.15]) by lists01.pubmisc.prod.ext.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id x7FJjDXi019415 for ; Thu, 15 Aug 2019 15:45:13 -0400 Received: by smtp.corp.redhat.com (Postfix) id 9A4026266B; Thu, 15 Aug 2019 19:45:13 +0000 (UTC) Received: from lpt.redhat.com (ovpn-200-19.brq.redhat.com [10.40.200.19]) by smtp.corp.redhat.com (Postfix) with ESMTP id 1F1F061F21 for ; Thu, 15 Aug 2019 19:45:10 +0000 (UTC) From: =?UTF-8?q?J=C3=A1n=20Tomko?= To: libvir-list@redhat.com Date: Thu, 15 Aug 2019 21:45:51 +0200 Message-Id: <49520e9e7d1c8e309ca71ccc49811fcfc1f26bb7.1565898335.git.jtomko@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.15 X-loop: libvir-list@redhat.com Subject: [libvirt] [PATCH] test_driver: Fix permissions for test_driver.c X-BeenThere: libvir-list@redhat.com X-Mailman-Version: 2.1.12 Precedence: junk List-Id: Development discussions about the libvirt library & tools List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Sender: libvir-list-bounces@redhat.com Errors-To: libvir-list-bounces@redhat.com X-Scanned-By: MIMEDefang 2.84 on 10.5.11.23 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.45]); Thu, 15 Aug 2019 19:45:21 +0000 (UTC) From: Andrea Bolognani Introduced in commit 4a6ee53581b3. Signed-off-by: Andrea Bolognani (cherry picked from commit df1b5cf02efd4fee6f01ebe69fd0f1fd24b3947d) Reintroduced-by: fb275b76734ba1c0b18ad1088e3c82fb01961903 Signed-off-by: J=C3=A1n Tomko --- src/test/test_driver.c | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100755 =3D> 100644 src/test/test_driver.c diff --git a/src/test/test_driver.c b/src/test/test_driver.c old mode 100755 new mode 100644 --=20 2.20.1 -- libvir-list mailing list libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list