Skip to content

Commit bf7c6ea

Browse files
committed
fix: test
1 parent 1939b9e commit bf7c6ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/test.bats

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,10 +94,10 @@ load test_helper
9494
sleep 5
9595

9696
run docker exec $LDAP_CID ldapsearch -x -h ldap.example.org -b dc=example,dc=org -D "cn=admin,dc=example,dc=org" -w admin
97-
run docker exec $LDAP_CID chown -R $UID:$UID /var/lib/ldap /etc/ldap/slapd.d
97+
docker exec $LDAP_CID chown -R $UID:$UID /var/lib/ldap /etc/ldap/slapd.d
9898
docker kill $LDAP_CID
99-
rm -rf VOLUMES
10099
clear_containers_by_cid $LDAP_CID
100+
rm -rf VOLUMES
101101

102102
[ "$status" -eq 0 ]
103103

0 commit comments

Comments
 (0)