summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2016-01-25 10:56:19 -0500
committerMatthias Clasen <mclasen@redhat.com>2016-01-25 10:56:19 -0500
commitcce493493c4deff3afcc9b45a1c35b21a37c9848 (patch)
treebd8750aa73ed8b760e14d847c063ae0314a5bacd
parent5a3a86ec4b6c90cc14dec303a8853f32ae7eb83e (diff)
downloadgtk+-cce493493c4deff3afcc9b45a1c35b21a37c9848.tar.gz
testsuite: Fix a quoting error
This was breaking continous testing. Oops.
-rw-r--r--testsuite/css/nodes/test-css-nodes.test.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/css/nodes/test-css-nodes.test.in b/testsuite/css/nodes/test-css-nodes.test.in
index 3fced1aa6f..611e201189 100644
--- a/testsuite/css/nodes/test-css-nodes.test.in
+++ b/testsuite/css/nodes/test-css-nodes.test.in
@@ -1,3 +1,3 @@
[Test]
-Exec=/bin/sh -c "cd @libexecdir@/installed-tests/gtk+/css/nodes && @libexecdir@/installed-tests/gtk+/css/nodes/test-css-nodes
+Exec=/bin/sh -c "cd @libexecdir@/installed-tests/gtk+/css/nodes && @libexecdir@/installed-tests/gtk+/css/nodes/test-css-nodes"
Type=session