summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2019-07-16 16:21:06 -0400
committerMatthias Clasen <mclasen@redhat.com>2019-07-16 16:21:06 -0400
commit4f34a4cf5b7118a3e4220832eab613238cc73f55 (patch)
tree8945b4436e32fd7c1c9c89af211e623e2b478acb
parent10ebba830122cdf6435de330186dceb0e0c8830b (diff)
downloadpango-4f34a4cf5b7118a3e4220832eab613238cc73f55.tar.gz
Typo fix
-rw-r--r--.gitlab-ci/test-msys2.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci/test-msys2.sh b/.gitlab-ci/test-msys2.sh
index 514182dd..7a6eb2bf 100644
--- a/.gitlab-ci/test-msys2.sh
+++ b/.gitlab-ci/test-msys2.sh
@@ -26,7 +26,7 @@ meson --buildtype debug _build
cd _build
ninja
-_build/test/test-font -p /pango/font/metrics --verbose
+_build/tests/test-font -p /pango/font/metrics --verbose
# FIXME: Fix tests
meson test || true