Skip to content

Commit 900f27d

Browse files
committed
use == not = in tests...
1 parent 3ca4b36 commit 900f27d

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.travis.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,14 @@ script:
3131
- id ansibletestuser4 | grep --silent "uid=2225(ansibletestuser4) gid=100(users) groups=100(users),2(bin)"
3232
- grep --silent "^ansibletestgroup:" /etc/group
3333
- grep --silent "^ansibletestgroup1:" /etc/group
34-
- ls -lgd /home/ansibletestuser | awk '{exit $3="ansibletestuser"}'
35-
- ls -lgd /home/ansibletestuser2 | awk '{exit $3="ansibletestuser2"}'
36-
- ls -lgd /home/ansibletestuser3 | awk '{exit $3="ansibletestgroup1"}'
37-
- ls -lgd /home/ansibletestuser4 | awk '{exit $3="ansibletestgroup1"}'
38-
- ls -lg /home/ansibletestuser/.profile | awk '{exit $3="ansibletestuser"}'
39-
- ls -lg /home/otherdirectory/.profile | awk '{exit $3="ansibletestuser2"}'
40-
- ls -lg /home/ansibletestuser3/.profile | awk '{exit $3="users"}'
41-
- ls -lg /home/otherdirectory1/.profile | awk '{exit $3="ansibletestgroup1"}'
34+
- ls -lgd /home/ansibletestuser | awk '{exit $3=="ansibletestuser"}'
35+
- ls -lgd /home/ansibletestuser2 | awk '{exit $3=="ansibletestuser2"}'
36+
- ls -lgd /home/ansibletestuser3 | awk '{exit $3=="ansibletestgroup1"}'
37+
- ls -lgd /home/otherdirectory1 | awk '{exit $3=="users"}'
38+
- ls -lg /home/ansibletestuser/.profile | awk '{exit $3=="ansibletestuser"}'
39+
- ls -lg /home/otherdirectory/.profile | awk '{exit $3=="ansibletestuser2"}'
40+
- ls -lg /home/ansibletestuser3/.profile | awk '{exit $3=="ansibletestgroup1"}'
41+
- ls -lg /home/otherdirectory1/.profile | awk '{exit $3=="users"}'
4242

4343
notifications:
4444
webhooks: https://galaxy.ansible.com/api/v1/notifications/

0 commit comments

Comments
 (0)