summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorXavier Roche <xroche@users.noreply.github.com>2013-06-09 19:25:09 +0000
committerXavier Roche <xroche@users.noreply.github.com>2013-06-09 19:25:09 +0000
commit47fdfafbb7a24e125952a8b2a8066bbaf0e2c299 (patch)
treec05a8078f4e6bd0f6d9934e5bab62da627f8c31b /tests
parente895148e679e5360f3810b7f32e634852d899366 (diff)
Typo
Diffstat (limited to 'tests')
-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