tests: fix numeric.at for BSD
commitc697d625982df4941ed51b6478256f9e7c7b8840
authorPavel Raiskup <praiskup@redhat.com>
Thu, 2 Jun 2016 05:28:01 +0000 (2 07:28 +0200)
committerSergey Poznyakoff <gray@gnu.org>
Mon, 14 Jan 2019 10:54:29 +0000 (14 12:54 +0200)
tree95e80a470f1e4eb79ceade4df4f2016644540213
parentb0930da045d4dc9750097876f0a3f672dc99ad11
tests: fix numeric.at for BSD

While creating file, BSD kernels inherit the group ownership from
parent directory.
http://lists.gnu.org/archive/html/bug-tar/2016-06/msg00000.html

* tests/numeric.at: Attempt to 'chown' the newly created directory
to proper group (at least on affected machines that command is
expected to succeed).
THANKS
tests/numeric.at