From ee4a2b36e9d2fa7e94e7e8ee2abb1805fa376e01 Mon Sep 17 00:00:00 2001 From: Peter Verthez Date: Sat, 26 Oct 2002 16:10:21 +0000 Subject: [PATCH] Correct silly mistake... --- t/anselconv.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2