summaryrefslogtreecommitdiff
path: root/system/coreutils/test-df-symlink-bindmount.patch
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2022-04-25 00:14:01 -0500
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2022-05-01 17:06:40 -0500
commit14139afb18be66c76b71cd36519660ccfc0fe13e (patch)
tree078059f62a27a5af6ea9cd374e66fd2fdc4b858a /system/coreutils/test-df-symlink-bindmount.patch
parentca608c875b3b23c601fab5ae1616bdc3c2e4fd77 (diff)
downloadpackages-14139afb18be66c76b71cd36519660ccfc0fe13e.tar.gz
packages-14139afb18be66c76b71cd36519660ccfc0fe13e.tar.bz2
packages-14139afb18be66c76b71cd36519660ccfc0fe13e.tar.xz
packages-14139afb18be66c76b71cd36519660ccfc0fe13e.zip
system/coreutils: Update to 9.1
Diffstat (limited to 'system/coreutils/test-df-symlink-bindmount.patch')
-rw-r--r--system/coreutils/test-df-symlink-bindmount.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/system/coreutils/test-df-symlink-bindmount.patch b/system/coreutils/test-df-symlink-bindmount.patch
index 34b334ba8..de5cdfb02 100644
--- a/system/coreutils/test-df-symlink-bindmount.patch
+++ b/system/coreutils/test-df-symlink-bindmount.patch
@@ -1,11 +1,11 @@
--- coreutils-8.31/tests/df/df-symlink.sh 2019-01-05 05:36:22.000000000 -0500
+++ coreutils-8.31/tests/df/df-symlink.sh 2019-05-30 23:57:10.260506897 -0400
-@@ -34,7 +34,7 @@
+@@ -35,7 +35,7 @@
# I.e., '.' => /dev/mapper/fedora-home -> /dev/dm-2
# Restrict this test to systems with a 1:1 mapping between
# source and target. This excludes for example BTRFS sub-volumes.
--if test "$(df --output=source | grep -F "$disk" | wc -l)" = 1; then
-+if test "$(df --all --output=source | grep -F "$disk" | wc -l)" = 1; then
+-if test "$(df --output=source | grep -F "$file_system" | wc -l)" = 1; then
++if test "$(df --all --output=source | grep -F "$file_system" | wc -l)" = 1; then
df --out=source,target '.' > out || fail=1
compare exp out || fail=1
fi