tracie: correct typo

Signed-off-by: Andres Gomez <agomez@igalia.com>
Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Reviewed-by: Alexandros Frantzis <alexandros.frantzis@collabora.com>
This commit is contained in:
Andres Gomez 2020-02-20 13:45:21 +02:00 committed by Andres Gomez
parent 83f54e3c54
commit 8c5e2ef19f

View file

@ -42,7 +42,7 @@ cleanup() {
prepare_for_run() {
TEST_DIR="$(mktemp -d -t tracie.test.XXXXXXXXXX)"
# Copy all the tracie scripts to the the test dir and later make that the
# Copy all the tracie scripts to the test dir and later make that the
# CI_PROJECT_DIR for the run-tests.sh script. This avoids polluting the
# normal working dir with test result artifacts.
cp -R "$TRACIE_DIR"/. "$TEST_DIR"