From: Daniel Ferreira Date: Wed, 10 Jul 2019 23:58:57 +0000 (-0300) Subject: dir-iterator: add tests for dir-iterator API X-Git-Tag: v2.23.0-rc0~16^2~7 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/150791adbf1eb432af0b895d81eef5c2717aa6cc?hp=150791adbf1eb432af0b895d81eef5c2717aa6cc dir-iterator: add tests for dir-iterator API Create t/helper/test-dir-iterator.c, which prints relevant information about a directory tree iterated over with dir-iterator. Create t/t0066-dir-iterator.sh, which tests that dir-iterator does iterate through a whole directory tree as expected. Signed-off-by: Daniel Ferreira [matheus.bernardino: update to use test-tool and some minor aesthetics] Helped-by: Matheus Tavares Signed-off-by: Matheus Tavares Signed-off-by: Junio C Hamano ---