# repair testsuite failure: "jour" -> "jours"

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