X-Git-Url: https://git.dlugolecki.net.pl/?a=blobdiff_plain;f=t%2Fanselconv.test;h=0d38d9bf8c851f05420dcb49b65713ed651ae5e0;hb=af661d40ea67b19214bc4c61f46c43211b75b8fa;hp=8bfd92cf71d92520b63471f3c27b62eb02b772d7;hpb=85ee9b58ee45dc56b4415b1f53bf6350f65968fa;p=gedcom-parse.git diff --git a/t/anselconv.test b/t/anselconv.test index 8bfd92c..0d38d9b 100755 --- a/t/anselconv.test +++ b/t/anselconv.test @@ -33,7 +33,7 @@ then rm anselconv_utf8.out echo "Testing conversion from UTF-8 to ANSEL" >> $logfile iconv -f UTF-8 -t ANSEL $srcdir/input/anselutf8.ged > anselconv_ansel.out - if diff $srcdir/input/ansel.ged anselconv_ansel.out >dev/null 2>> $logfile + if diff $srcdir/input/ansel.ged anselconv_ansel.out >/dev/null 2>> $logfile then echo "Output agrees with reference output" >> $logfile rm anselconv_ansel.out