Skip to content

Commit

Permalink
systemtests: replace "bareos-dir" with environment variable BAREOS_DI…
Browse files Browse the repository at this point in the history
…RECTOR_BINARY

- bconsole-pam-test
  • Loading branch information
franku authored and pstorz committed Jan 15, 2020
1 parent f821c4f commit 549ab0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion systemtests/tests/bconsole-pam/testrunner
Expand Up @@ -58,7 +58,7 @@ if is_debug; then
output=/dev/stdout
fi

LD_PRELOAD=${PAM_WRAPPER_LIBRARIES} ${sbin}/bareos-dir -c etc/bareos -f ${BAREOS_DIR_OPTIONS} >$output 2>&1 &
LD_PRELOAD=${PAM_WRAPPER_LIBRARIES} ${BAREOS_DIRECTOR_BINARY} -c etc/bareos -f ${BAREOS_DIR_OPTIONS} >$output 2>&1 &

sleep 1

Expand Down

0 comments on commit 549ab0a

Please sign in to comment.