diff options
author | Matthias Clasen <mclasen@redhat.com> | 2016-01-25 13:01:15 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2016-01-25 13:02:13 -0500 |
commit | 7097a4ed64197029a09c84dccb2e0925bed91e5c (patch) | |
tree | 9d43689976ebf4d1ed6d3b07d8ee95a24d9a5611 /testsuite | |
parent | cce493493c4deff3afcc9b45a1c35b21a37c9848 (diff) | |
download | gtk+-7097a4ed64197029a09c84dccb2e0925bed91e5c.tar.gz |
Fix another quoting error in installed tests
Same as the previous one. I should fix my silly mistakes before
copying them around...
Diffstat (limited to 'testsuite')
-rw-r--r-- | testsuite/css/style/test-css-style.test.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/css/style/test-css-style.test.in b/testsuite/css/style/test-css-style.test.in index 308264c8a6..6d00d8d542 100644 --- a/testsuite/css/style/test-css-style.test.in +++ b/testsuite/css/style/test-css-style.test.in @@ -1,3 +1,3 @@ [Test] -Exec=/bin/sh -c "cd @libexecdir@/installed-tests/gtk+/css/style && @libexecdir@/installed-tests/gtk+/css/style/test-css-style +Exec=/bin/sh -c "cd @libexecdir@/installed-tests/gtk+/css/style && @libexecdir@/installed-tests/gtk+/css/style/test-css-style" Type=session |