From b658b30b19123fec2a453d5083e46ee3857da96f Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone Date: Wed, 3 Apr 2019 15:05:23 -0400 Subject: [PATCH] no longer supplied --- .circleci/bootstrap-test-environment.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/.circleci/bootstrap-test-environment.sh b/.circleci/bootstrap-test-environment.sh index 3daa56eb9..230b79371 100755 --- a/.circleci/bootstrap-test-environment.sh +++ b/.circleci/bootstrap-test-environment.sh @@ -3,9 +3,6 @@ PROJECT=$1 shift -EXTRA_PACKAGES=$1 -shift - # Avoid the /nonexistent home directory in nobody's /etc/passwd entry. usermod --home /tmp/nobody nobody