summaryrefslogtreecommitdiffstats
path: root/debian/patches
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-14 21:17:46 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-14 21:17:46 +0000
commit71022d637d99526e023a41bf93b468e58000c4b2 (patch)
tree850d825e2e2e62d56df6ede43a9bf5a2c014ac46 /debian/patches
parentReleasing progress-linux version 2.40-3~progress7.99u1. (diff)
downloadutil-linux-71022d637d99526e023a41bf93b468e58000c4b2.tar.xz
util-linux-71022d637d99526e023a41bf93b468e58000c4b2.zip
Merging debian version 2.40-4.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/patches')
-rw-r--r--debian/patches/debian/tests-mark-fadvise-drop-as-known-failing-on-buildds.patch14
1 files changed, 7 insertions, 7 deletions
diff --git a/debian/patches/debian/tests-mark-fadvise-drop-as-known-failing-on-buildds.patch b/debian/patches/debian/tests-mark-fadvise-drop-as-known-failing-on-buildds.patch
index a876211..f61bf60 100644
--- a/debian/patches/debian/tests-mark-fadvise-drop-as-known-failing-on-buildds.patch
+++ b/debian/patches/debian/tests-mark-fadvise-drop-as-known-failing-on-buildds.patch
@@ -8,16 +8,16 @@ buildds build on a tmpfs, but this is not visible inside the build environment.
1 file changed, 3 insertions(+)
diff --git a/tests/ts/fadvise/drop b/tests/ts/fadvise/drop
-index 45dcb91..044f33a 100755
+index 45dcb91..c01e16c 100755
--- a/tests/ts/fadvise/drop
+++ b/tests/ts/fadvise/drop
-@@ -3,6 +3,9 @@
- TS_TOPDIR="${0%/*}/../.."
- TS_DESC="drop page caches related to a file"
+@@ -6,6 +6,9 @@ TS_DESC="drop page caches related to a file"
+ . "$TS_TOPDIR"/functions.sh
+ ts_init "$*"
+# fails on Debian buildds, because the buildds use tmpfs hidden behind an unshare namespace.
+TS_KNOWN_FAIL="yes"
+
- . "$TS_TOPDIR"/functions.sh
- ts_init "$*"
-
+ ts_check_test_command "$TS_CMD_FADVISE"
+ ts_check_test_command "$TS_CMD_FINCORE"
+ ts_check_test_command "$TS_CMD_FINDMNT"