tracie: correct typo
authorAndres Gomez <agomez@igalia.com>
Thu, 20 Feb 2020 11:45:21 +0000 (13:45 +0200)
committerAndres Gomez <tanty@igalia.com>
Wed, 4 Mar 2020 13:20:22 +0000 (15:20 +0200)
Signed-off-by: Andres Gomez <agomez@igalia.com>
Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Reviewed-by: Alexandros Frantzis <alexandros.frantzis@collabora.com>
.gitlab-ci/tracie/tests/test.sh

index 7b4c9e8..3ef2144 100755 (executable)
@@ -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"