run_tests: Force copied name to be "backends"
It would cause issues if we had a different filename for WEBOOB_BACKENDS.
This commit is contained in:
parent
bbd3eb104b
commit
230e9bba59
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ fi
|
|||
# do not allow undefined variables anymore
|
||||
set -u
|
||||
WEBOOB_TMPDIR=$(mktemp -d "${TMPDIR}/weboob_test.XXXXX")
|
||||
cp "${WEBOOB_BACKENDS}" "${WEBOOB_TMPDIR}/"
|
||||
cp "${WEBOOB_BACKENDS}" "${WEBOOB_TMPDIR}/backends"
|
||||
|
||||
# xunit nose setup
|
||||
if [ -n "${RSYNC_TARGET}" ]; then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue