]> Sergey Matveev's repositories - public-inbox.git/commit
t/search: bail out on `git init --shared' failures
authorEric Wong <e@80x24.org>
Thu, 3 Oct 2019 07:57:29 +0000 (07:57 +0000)
committerEric Wong <e@80x24.org>
Sat, 5 Oct 2019 05:18:28 +0000 (05:18 +0000)
commit845d45f8b1c33a4b5fb559101ca53238b4dfc1aa
treeed06688eb5f31775d24566e0315ebd3bdbffc604
parentd33d07a2de6b2e5c3d507ee5fd7d0c9af2ae27a5
t/search: bail out on `git init --shared' failures

We can save future testers some time if we bail out early
on "git init --shared" failures, since things like seccomp
or non-POSIX FSes would trigger failures.

BAIL_OUT has been in Test::Simple since Perl v5.10.0, so it's
old-enough to call for our purposes.

Thanks-to: Alyssa Ross <hi@alyssa.is>
Reviewed-by: Alyssa Ross <hi@alyssa.is>
Tested-by: Alyssa Ross <hi@alyssa.is>
Link: https://public-inbox.org/meta/878sq2hd08.fsf@alyssa.is/
t/search.t