]> arthur.barton.de Git - bup.git/commit - t/test-meta.sh
Use python, not groups to grab a user group in t/test-meta.sh.
authorRob Browning <rlb@defaultvalue.org>
Tue, 11 Sep 2012 01:53:45 +0000 (20:53 -0500)
committerRob Browning <rlb@defaultvalue.org>
Sat, 22 Dec 2012 19:31:54 +0000 (13:31 -0600)
commit797ce28336ecc03e3d586bbed8120e2f080f29f7
tree8b74e3958c608485c40e03f0cc0ade4ab497f0ae
parent71a18a1b57d2061626153165108a9623ad8c4a02
Use python, not groups to grab a user group in t/test-meta.sh.

Group names may actually contain spaces, and since the groups commmand
only reports a space-delimited list of groups on stdout, we had
a problem.

Thanks to "Oei, Yung-Chin" <yungchin@yungchin.nl> and Gabriel Filion
<lelutin@gmail.com> for tracking this down.

Signed-off-by: Rob Browning <rlb@defaultvalue.org>
Reviewed-by: Zoran Zaric <zz@zoranzaric.de>
t/test-meta.sh