summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtests/crawl-test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/crawl-test.sh b/tests/crawl-test.sh
index f41a320..dbcbfd2 100755
--- a/tests/crawl-test.sh
+++ b/tests/crawl-test.sh
@@ -126,7 +126,7 @@ function start-crawl {
grep -E "^HTTrack Website Copier/[^ ]* mirror complete in " "${tmp}/hts-log.txt"
;;
--print-files)
- find "${tmp}" -type f -mindepth 1
+ find "${tmp}" -mindepth 1 -type f
;;
--errors)
shift