1
0
Fork 0

Refreshing test-installed.patch.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-14 06:02:02 +01:00
parent 5b11395853
commit 03eb60b044
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
2 changed files with 7 additions and 9 deletions

View file

@ -1,4 +1,5 @@
Description: Test installed files Author: Felix Lechner <felix.lechner@lease-up.com>
Description: Test installed files (Closes: #872118).
The test suite seems to check the executable bit on the local build product The test suite seems to check the executable bit on the local build product
'mdadm' but runs all programs from the system PATH. This change should test 'mdadm' but runs all programs from the system PATH. This change should test
the installed version. the installed version.
@ -12,13 +13,10 @@ Description: Test installed files
. .
Incorporates a suggestion from the fdisk maintainer to specify the fdisk Incorporates a suggestion from the fdisk maintainer to specify the fdisk
prerequisite explicitly. prerequisite explicitly.
Author: Felix Lechner <felix.lechner@lease-up.com>
Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=872118 diff -Naurp mdadm.orig/tests/func.sh mdadm/tests/func.sh
Forwarded: not-needed --- mdadm.orig/tests/func.sh
--- +++ mdadm/tests/func.sh
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/tests/func.sh
+++ b/tests/func.sh
@@ -101,10 +101,6 @@ check_env() { @@ -101,10 +101,6 @@ check_env() {
echo "test: testing can only be done as 'root'." echo "test: testing can only be done as 'root'."
exit 1 exit 1

View file

@ -5,4 +5,4 @@ debian/0004-exit-gracefully-when-md-device-not-found.patch
debian/0005-sha1-includes.patch debian/0005-sha1-includes.patch
debian/0006-readlink-path.patch debian/0006-readlink-path.patch
debian/0007-no-Werror.patch debian/0007-no-Werror.patch
test-installed.patch debian/0008-test-installed.patch