Re: [PATCH v1 1/7] t7002: add tests for moving from in-cone to out-of-cone
From: Ævar Arnfjörð Bjarmason <hidden>
Date: 2022-07-19 14:54:37
From: Ævar Arnfjörð Bjarmason <hidden>
Date: 2022-07-19 14:54:37
On Tue, Jul 19 2022, Shaoxuan Yuan wrote:
+ ! grep -x "H sub/d" actual && + grep -x "S folder1/d" actual
This *might* be a portability problem, but probably not. It's listed in POSIX: https://pubs.opengroup.org/onlinepubs/9699919799/utilities/grep.html But it appears we have no "grep" use of the "-x" option in-tree, at least from what I found with grepping..