Skip to content

Commit

Permalink
[tests] adjust shell syntax in tests/prepare.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
gstrauss committed Jan 9, 2024
1 parent b16126b commit 1329535
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/prepare.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ cp "${srcdir}/docroot/"*.html \
# (tests will fail to run from an alternate build root on platforms
# on which cp -n is not supported, such as NetBSD and OpenBSD)
# (does not detect if srcdir or top_builddir are inconsistent with trailing '/')
[[ "${srcdir}" = "." ]] || [[ "${srcdir}" = "${top_builddir}/tests" ]] || \
[ "${srcdir}" = "." ] || [ "${srcdir}" = "${top_builddir}/tests" ] || \
cp "${srcdir}/"*.conf \
"${srcdir}/lighttpd.user" \
"${srcdir}/lighttpd.htpasswd" \
Expand Down

0 comments on commit 1329535

Please sign in to comment.