echo "Testing conversion from ANSEL to UTF-8" >> testgedcom.out
iconv -f ANSEL -t UTF-8 $srcdir/input/ansel.ged > anselutf8.out
-if ! diff $srcdir/input/anselutf8.ged anselutf8.out >> testgedcom.out
+if diff $srcdir/input/anselutf8.ged anselutf8.out >> testgedcom.out
then
- retval=1
-else
echo "Testing conversion from UTF-8 to ANSEL" >> testgedcom.out
iconv -f UTF-8 -t ANSEL $srcdir/input/anselutf8.ged > ansel.out
- if ! diff $srcdir/input/ansel.ged ansel.out >> testgedcom.out
+ if diff $srcdir/input/ansel.ged ansel.out >> testgedcom.out
then
+ :
+ else
retval=1
fi
+else
+ retval=1
fi
rm gedcom.enc