~mwhudson/ubuntu/xenial/juju-core/mwhudson

« back to all changes in this revision

Viewing changes to debian/tests/normal-user.sh

  • Committer: Michael Hudson-Doyle
  • Date: 2016-04-19 04:11:19 UTC
  • Revision ID: michael.hudson@canonical.com-20160419041119-gulqkm5ypd08da65
just to be clear, this is what i tested and it passed

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
 
10
10
# Author: Robie Basak <robie.basak@canonical.com>
11
11
 
12
 
adduser --system --disabled-password --gecos '' jujutest
 
12
adduser --disabled-password --gecos '' jujutest
13
13
adduser jujutest lxd || true
14
14
 
15
15
# Allow jujutest to sudo back to root (this is what juju expects)