From 89aef112088f14372ba8e6e9226c25bb3034adff Mon Sep 17 00:00:00 2001 From: Daniel Hofstetter Date: Wed, 20 Sep 2023 10:02:20 +0200 Subject: [PATCH] build-gnu.sh: fix formatting --- util/build-gnu.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/util/build-gnu.sh b/util/build-gnu.sh index 75be52587..521f2208e 100755 --- a/util/build-gnu.sh +++ b/util/build-gnu.sh @@ -261,9 +261,8 @@ sed -i -e "s/Try 'mv --help' for more information/For more information, try '--h # disable these test cases sed -i -E "s|^([^#]*2_31.*)$|#\1|g" tests/printf/printf-cov.pl - # with ls --dired, in case of error, we have a slightly different error position -sed -i -e "s|44 45|47 48|" tests/ls/stat-failed.sh +sed -i -e "s|44 45|47 48|" tests/ls/stat-failed.sh sed -i -e "s/du: invalid -t argument/du: invalid --threshold argument/" -e "s/du: option requires an argument/error: a value is required for '--threshold ' but none was supplied/" -e "/Try 'du --help' for more information./d" tests/du/threshold.sh