From: Peter Verthez Date: Sat, 26 Oct 2002 16:10:21 +0000 (+0000) Subject: Correct silly mistake... X-Git-Url: https://git.dlugolecki.net.pl/?a=commitdiff_plain;h=ee4a2b36e9d2fa7e94e7e8ee2abb1805fa376e01;p=gedcom-parse.git Correct silly mistake... --- 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