From 2ae090fba0cb30f95ba406b62e5da150577bd538 Mon Sep 17 00:00:00 2001 From: Andreas Guldstrand Date: Mon, 6 Feb 2017 12:24:28 +0100 Subject: t/ useradd/groupadd in README change from 200 to 199 to not conflict with possible postfix install --- t/11-git.t | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 't/11-git.t') diff --git a/t/11-git.t b/t/11-git.t index 73b7050..3f57f46 100755 --- a/t/11-git.t +++ b/t/11-git.t @@ -46,9 +46,9 @@ END if (defined $ENV{TRAVIS} and $ENV{TRAVIS} eq 'true') { capture_merged { system(<<"END"); }; -groupadd -g 200 test -useradd -u 200 -g 200 -d /tmp test -chown -R 200:200 $RealBin/gitrepo +groupadd -g 199 test +useradd -u 199 -g 199 -d /tmp test +chown -R 199:199 $RealBin/gitrepo END } @@ -64,8 +64,8 @@ SKIP: { my @fnames = glob "$RealBin/gitrepo/.git/objects/*/*"; my @stat = stat shift @fnames; - is ($stat[4], 200, "Correct owner uid for $RealBin/gitrepo"); - is ($stat[5], 200, "Correct owner gid for $RealBin/gitrepo"); + is ($stat[4], 199, "Correct owner uid for $RealBin/gitrepo"); + is ($stat[5], 199, "Correct owner gid for $RealBin/gitrepo"); } # make a conflict -- cgit v1.2.3