dlugolecki.net.pl
Dziennik
Polecane
Software
projects
/
gedcom-parse.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cf73759
)
Correct silly mistake...
author
Peter Verthez
<Peter.Verthez@advalvas.be>
Sat, 26 Oct 2002 16:10:21 +0000
(16:10 +0000)
committer
Peter Verthez
<Peter.Verthez@advalvas.be>
Sat, 26 Oct 2002 16:10:21 +0000
(16:10 +0000)
t/anselconv.test
patch
|
blob
|
history
diff --git
a/t/anselconv.test
b/t/anselconv.test
index 8bfd92cf71d92520b63471f3c27b62eb02b772d7..0d38d9bf8c851f05420dcb49b65713ed651ae5e0 100755
(executable)
--- 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