Skip to content

Commit

Permalink
Fix missing wait_for in check-iprop
Browse files Browse the repository at this point in the history
(cherry picked from commit 4052b28)
  • Loading branch information
Viktor Dukhovni authored and nicowilliams committed May 28, 2017
1 parent ce3e80c commit d9528cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/kdc/check-iprop.in
Expand Up @@ -283,7 +283,7 @@ ${kadmin} -l get host/bar@${R} > /dev/null 2>/dev/null && exit 1
echo "Re-add host"
${kadmin} -l add --random-key --use-defaults host/foo@${R} || exit 1
${kadmin} -l add --random-key --use-defaults host/bar@${R} || exit 1
slave_check_exists host/bar@${R}
wait_for "Slave sees re-added host" slave_check_exists "host/bar@${R}"

echo "kill slave and remove log and database"
> iprop-stats
Expand Down

0 comments on commit d9528cf

Please sign in to comment.