Re: [PATCH 3/4] t6400: use test_line_count_cmd to count # of lines in stdout From: Bagas Sanjaya <hidden> Date: 2021-06-12 04:34:54 Hi Đoàn, - test 5 -eq $(git ls-files -s | wc -l) && - test 4 -eq $(git ls-files -u | wc -l) && + test_line_count_cmd --out = 5 git ls-files -s && + test_line_count_cmd --out = 4 git ls-files -u && I read lines above as "Formerly I tested that 5/4 should be equal to output of git ls-files -s/-u piped to wc -l, now I do the same with test_line_count_cmd". Am I right? -- An old man doll... just what I always wanted! - Clara
Keyboard shortcuts hback out one level jnext message in thread kprevious message in thread ldrill in Escclose help / fold thread tree ?toggle this help