test: do not write warnings to the converted file

This commit is contained in:
Klaus Zerwes 2023-05-20 04:55:47 +02:00
parent 15e67f5b29
commit 3a79253019

View File

@ -6,7 +6,7 @@ cd $(dirname $0)
cp example.yml example.yml.orig
./fqcn-fixer.py -c examplecfg.yml -f example.yml -w -x
./fqcn-fixer.py -c examplecfg.yml -f example.yml -w -x -W
cmp example.yml exampleconverted.yml
E=$?