From 05f41b326febc6bc379c214d2ae54a0f7cc8331e Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Tue, 28 Aug 2012 14:38:32 +0100 Subject: Set $USER etc for CVS test setup script --- tests/cvs-single-commit.setup | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'tests') diff --git a/tests/cvs-single-commit.setup b/tests/cvs-single-commit.setup index c94f07c..537de81 100755 --- a/tests/cvs-single-commit.setup +++ b/tests/cvs-single-commit.setup @@ -20,6 +20,11 @@ set -e +# CVS wants $USER, $LOGNAME, and $LOGNAME set to a real username. +export USER=root +export LOGNAME=$USER +export USERNAME=$USER + # create the repository repo="$DATADIR/cvs-test-repo" export CVSROOT="$repo" -- cgit v1.2.1