Skip to content

Commit 2493ad4

Browse files
committed
Get user3's group right
1 parent 612beea commit 2493ad4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@ script:
3333
- grep --silent "^ansibletestgroup1:" /etc/group
3434
- ls -lgd /home/ansibletestuser | awk '{exit $3=="ansibletestuser"}'
3535
- ls -lgd /home/otherdirectory | awk '{exit $3=="ansibletestuser2"}'
36-
- ls -lgd /home/ansibletestuser3 | awk '{exit $3=="ansibletestgroup1"}'
36+
- ls -lgd /home/ansibletestuser3 | awk '{exit $3=="ansibletestgroup"}'
3737
- ls -lgd /home/otherdirectory1 | awk '{exit $3=="users"}'
3838
- ls -lg /home/ansibletestuser/.profile | awk '{exit $3=="ansibletestuser"}'
3939
- ls -lg /home/otherdirectory/.profile | awk '{exit $3=="ansibletestuser2"}'
40-
- ls -lg /home/ansibletestuser3/.profile | awk '{exit $3=="ansibletestgroup1"}'
40+
- ls -lg /home/ansibletestuser3/.profile | awk '{exit $3=="ansibletestgroup"}'
4141
- ls -lg /home/otherdirectory1/.profile | awk '{exit $3=="users"}'
4242

4343
notifications:

0 commit comments

Comments
 (0)