X-Git-Url: http://gitweb.michael.orlitzky.com/?p=dead%2Fhtsn-import.git;a=blobdiff_plain;f=test%2Fshell%2Fimport-duplicates.test;h=1cc7bd633c62571b828e356c54c36e2c3ecfb607;hp=39ef41230c2de0823b42fd76aa36159ad469b6a2;hb=fcc8c66fa433134d374f9347329ffa122ad0e4be;hpb=a7e41a48ee8a9c72f66f2cde0a86b3e49abc423c diff --git a/test/shell/import-duplicates.test b/test/shell/import-duplicates.test index 39ef412..1cc7bd6 100644 --- a/test/shell/import-duplicates.test +++ b/test/shell/import-duplicates.test @@ -16,7 +16,7 @@ rm -f shelltest.sqlite3 # and a newsxml that aren't really supposed to import. find ./test/xml -maxdepth 1 -name '*.xml' | wc -l >>> -38 +39 >>>= 0 # Run the imports again; we should get complaints about the duplicate @@ -26,7 +26,7 @@ find ./test/xml -maxdepth 1 -name '*.xml' | wc -l # know, sorry. ./dist/build/htsn-import/htsn-import -c 'shelltest.sqlite3' test/xml/*.xml 2>&1 | grep ERROR | wc -l >>> -68 +70 >>>= 0 # Finally, clean up after ourselves.