Skip to content

Commit

Permalink
systemtest (client-initialed): fixing some typos
Browse files Browse the repository at this point in the history
  • Loading branch information
joergsteffens committed Jul 15, 2020
1 parent 7c199b2 commit 5bce3e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions systemtests/tests/client-initiated/testrunner
Expand Up @@ -64,7 +64,7 @@ END_OF_DATA
sleep 1

echo "Waiting for the director to start"
if ! echo echo "status dir" | "${BAREOS_BCONSOLE_BINARY}" -c "$conf"/bconsole.conf > /dev/null 2>&1; then
if ! echo "status dir" | "${BAREOS_BCONSOLE_BINARY}" -c "$conf"/bconsole.conf > /dev/null 2>&1; then
exit_with_error "Director did not start"
fi
echo "Director is running"
Expand All @@ -74,7 +74,7 @@ echo "Director is running"

echo "Check if the filedaemon is connected to the director"
i=0
until ! echo "status dir" | \
until echo "status dir" | \
"${BAREOS_BCONSOLE_BINARY}" -c "$conf"/bconsole.conf | \
grep --quiet --word-regexp "${TestName}-fd"; do
echo "waiting for client to connect (#$i)... "
Expand Down

0 comments on commit 5bce3e0

Please sign in to comment.