coreutils-8.29-ls-abmon-width.patch: temporarily disable the check

... because it does not work today (May 29th) as reported upstream:

https://debbugs.gnu.org/cgi/bugreport.cgi?bug=31644
This commit is contained in:
Kamil Dudka 2018-05-29 17:56:23 +02:00
parent 962ac382b0
commit b879c36d82
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ index e474047..a81266b 100755
)
+ n_dupes=$(echo "$months" | sort | uniq -d | wc -l)
test "$n_widths" = "1" || { fail=1; break 2; }
+ test "$n_dupes" = "0" || { fail=1; break 2; }
+ #test "$n_dupes" = "0" || { fail=1; break 2; }
done
done
if test "$fail" = "1"; then