]> gitweb.michael.orlitzky.com - dead/htsn-import.git/blobdiff - test/shell/import-duplicates.test
Add tests for TSN.XML.GameInfo.
[dead/htsn-import.git] / test / shell / import-duplicates.test
index 039ebad4aafa8c2d77755f8404c6ac0392bc8997..fbbe6d7c6b9d7c1ec0e8d7016fbbf5a53fed34c5 100644 (file)
@@ -13,7 +13,7 @@ rm -f shelltest.sqlite3
 
 # We note the number of XML files that we have. There's one extra
 # Heartbeat.xml that doesn't really count.
-find ./test/xml -name '*.xml' | wc -l
+find ./test/xml -maxdepth 1 -name '*.xml' | wc -l
 >>>
 16
 >>>= 0