diff options
author | Xavier Roche <xroche@users.noreply.github.com> | 2013-06-09 19:25:09 +0000 |
---|---|---|
committer | Xavier Roche <xroche@users.noreply.github.com> | 2013-06-09 19:25:09 +0000 |
commit | 47fdfafbb7a24e125952a8b2a8066bbaf0e2c299 (patch) | |
tree | c05a8078f4e6bd0f6d9934e5bab62da627f8c31b | |
parent | e895148e679e5360f3810b7f32e634852d899366 (diff) |
Typo
-rwxr-xr-x | tests/crawl-test.sh | 2 |
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 |