From 04496ce926d77b6de1af2f3c4d050b8e1d411895 Mon Sep 17 00:00:00 2001 From: Eric Blake Date: Wed, 12 Nov 2025 19:11:26 -0600 Subject: [PATCH] iotests: Drop execute permissions on vvfat.out MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Output files are not executables. Noticed while preparing another iotest addition. Fixes: c8f60bfb43 ("iotests: Add `vvfat` tests", v9.1.0) Signed-off-by: Eric Blake Reviewed-by: Daniel P. Berrangé Message-ID: <20251113011625.878876-16-eblake@redhat.com> --- tests/qemu-iotests/tests/vvfat.out | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 tests/qemu-iotests/tests/vvfat.out diff --git a/tests/qemu-iotests/tests/vvfat.out b/tests/qemu-iotests/tests/vvfat.out old mode 100755 new mode 100644 -- 2.47.3