You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: util/build-gnu.sh
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -261,11 +261,11 @@ sed -i -e "s/Try 'mv --help' for more information/For more information, try '--h
261
261
# disable these test cases
262
262
sed -i -E "s|^([^#]*2_31.*)$|#\1|g" tests/printf/printf-cov.pl
263
263
264
-
# with ls --dired, in case of error, we have a slightly different error position
265
-
sed -i -e "s|44 45|47 48|" tests/ls/stat-failed.sh
266
-
267
264
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 <SIZE>' but none was supplied/" -e "/Try 'du --help' for more information./d" tests/du/threshold.sh
268
265
266
+
# with ls --dired, in case of error, we have a slightly different error position
267
+
sed -i -e "s|44 45|48 49|" tests/ls/stat-failed.sh
268
+
269
269
# disable two kind of tests:
270
270
# "hostid BEFORE --help" doesn't fail for GNU. we fail. we are probably doing better
0 commit comments