From a6c9ac830dfc4ab0b88a3da9627a2bd69c1b71e7e434fc40adbf3841d1b646e4 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Sat, 11 Oct 2014 15:53:57 +0000 Subject: [PATCH] Ensure that bedata is not equal to ledata OBS-URL: https://build.opensuse.org/package/show/X11:common:Factory/icu?expand=0&rev=55 --- icu.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/icu.spec b/icu.spec index efb20f6..32af44f 100644 --- a/icu.spec +++ b/icu.spec @@ -179,7 +179,8 @@ pushd data/ cp in/icudt%{amajor}l.dat out/ %else LD_LIBRARY_PATH="../lib:../stubdata:../tools/ctestfw:$LD_LIBRARY_PATH" \ - ../bin/icupkg -tb ./in/icudt%{amajor}l.dat ./out/icudt%{amajor}b.dat + ../bin/icupkg -tb in/icudt%{amajor}l.dat out/icudt%{amajor}b.dat +! cmp in/icudt%{amajor}l.dat out/icudt%{amajor}b.dat %endif popd