]> arthur.barton.de Git - bup.git/commit
test-meta.sh: use user's uid/gid, not 0
authorPatrick Rouleau <prouleau72@gmail.com>
Thu, 3 Jul 2014 00:58:38 +0000 (20:58 -0400)
committerRob Browning <rlb@defaultvalue.org>
Thu, 3 Jul 2014 18:07:42 +0000 (13:07 -0500)
commit2a329adae165b509eb92c8f1d5cac48d771882bf
tree204a497ff5aae2e678f7053097c27d97992ad638
parent0e0b5324699342601ce1b9a97c0a2e1faf6fe7ff
test-meta.sh: use user's uid/gid, not 0

Cygwin does not fully support uid and gid of 0. Instead, use the
current user's ids to avoid portability problems. Since this test is
not run for ordinary users, the result is the same.

Signed-off-by: Patrick Rouleau <prouleau72@gmail.com>
Reviewed-by: Rob Browning <rlb@defaultvalue.org>
Tested-by: Rob Browning <rlb@defaultvalue.org>
t/test-meta.sh