42 lines
1.1 KiB
Diff
42 lines
1.1 KiB
Diff
From d2e335b2d05e68c1fc7ed9b507fd5cafc172a112 Mon Sep 17 00:00:00 2001
|
|
From: "Richard W.M. Jones" <rjones@redhat.com>
|
|
Date: Tue, 13 Jun 2023 20:11:34 +0100
|
|
Subject: [PATCH 01/16] tests/test-tar-info*: Remove bogus test requires of
|
|
guestfish
|
|
|
|
These tests don't need guestfish so don't test for it.
|
|
|
|
Fixes: commit 05b49f89dccb0ca3fd0919e9502c54dbcadf0b73
|
|
---
|
|
tests/test-tar-info-xz.sh | 1 -
|
|
tests/test-tar-info.sh | 1 -
|
|
2 files changed, 2 deletions(-)
|
|
|
|
diff --git a/tests/test-tar-info-xz.sh b/tests/test-tar-info-xz.sh
|
|
index 1f968e9b8..abd854974 100755
|
|
--- a/tests/test-tar-info-xz.sh
|
|
+++ b/tests/test-tar-info-xz.sh
|
|
@@ -37,7 +37,6 @@ set -e
|
|
set -x
|
|
|
|
requires test -f disk
|
|
-requires guestfish --version
|
|
requires tar --version
|
|
requires qemu-img --version
|
|
requires qemu-img info --output=json /dev/null
|
|
diff --git a/tests/test-tar-info.sh b/tests/test-tar-info.sh
|
|
index 572768b85..5c015d88e 100755
|
|
--- a/tests/test-tar-info.sh
|
|
+++ b/tests/test-tar-info.sh
|
|
@@ -37,7 +37,6 @@ set -e
|
|
set -x
|
|
|
|
requires test -f disk
|
|
-requires guestfish --version
|
|
requires tar --version
|
|
requires qemu-img --version
|
|
requires qemu-img info --output=json /dev/null
|
|
--
|
|
2.41.0
|
|
|