summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGaute Hope <eg@gaute.vetsj.com>2018-09-30 09:36:49 +0200
committerGaute Hope <eg@gaute.vetsj.com>2018-09-30 09:36:49 +0200
commitd1a8b20dc2195ecc3b0c1eb0052e31bc2c924ea9 (patch)
treec7d2dd4e151132afc70edc5667bcc3d4d0bd7770
parent21b1078802fc82cd54c04d90295d1333215fae64 (diff)
tests: quote cp src dir
-rwxr-xr-xtests/run_test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/run_test.sh b/tests/run_test.sh
index 42e067d..7370c5e 100755
--- a/tests/run_test.sh
+++ b/tests/run_test.sh
@@ -48,7 +48,7 @@ if [ ! -e "${NOTMUCH_CONFIG}" ]; then
# set up theme
mkdir -p "${BINDIR}/ui"
- find "${SRCDIR}/ui/" \( -name "*.scss" -o -name "*.html" -o -name "*.css" \) -exec cp -v {} "${BINDIR}/ui/" \;
+ find "${SRCDIR}/ui/" \( -name "*.scss" -o -name "*.html" -o -name "*.css" \) -exec cp -v "{}" "${BINDIR}/ui/" \;
fi
echo "Running: ${TEST}.."