summaryrefslogtreecommitdiff
path: root/core/icu/PKGBUILD
blob: da71d391110011463a64abed4824490cff2e6573 (plain)
1
2
3
4
5
6
7
# repair testsuite failure: "jour" -> "jours"

prepare() {
  sed -i '
    s/\("\(dans\|il y a\) 0,7 jour\)"/\1"/g
  ' icu/source/test/cintltst/crelativedateformattest.c
}