# Heartbeat.xml that doesn't really count.
find ./test/xml -maxdepth 1 -name '*.xml' | wc -l
>>>
-16
+17
>>>= 0
# Run the imports again; we should get complaints about the duplicate
-# xml_file_ids. There are 2 errors for each violation, so we expect 2*15
+# xml_file_ids. There are 2 errors for each violation, so we expect 2*16
# occurrences of the string 'ERROR'.
./dist/build/htsn-import/htsn-import -c 'shelltest.sqlite3' test/xml/*.xml 2>&1 | grep ERROR | wc -l
>>>
-30
+32
>>>= 0
# Finally, clean up after ourselves.