summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorOndrej Holy <oholy@redhat.com>2019-01-07 17:44:10 +0100
committerOndrej Holy <oholy@redhat.com>2019-01-07 17:44:10 +0100
commit057122b2c375ec5ad8a5e4a3497bfbd7b817acf0 (patch)
treef8a149bb5a4deb7279710bb0d954a826fba378ca /test
parent2a42f8318f3c2e3f591addf02eb884db98f66201 (diff)
downloadgvfs-057122b2c375ec5ad8a5e4a3497bfbd7b817acf0.tar.gz
Revert "build: Fix the parameter order in configure_file"
This reverts commit 12f4c5a98e1b4a1a0b5fba45439dab74d12519bb.
Diffstat (limited to 'test')
-rw-r--r--test/meson.build4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/meson.build b/test/meson.build
index d91a65e3..271b4a4d 100644
--- a/test/meson.build
+++ b/test/meson.build
@@ -10,9 +10,9 @@ if enable_installed_tests
configure_file(
input: session + '.in',
output: session,
- configuration: tests_conf,
install: true,
install_dir: installed_tests_execdir,
+ configuration: tests_conf,
)
all_tests = 'gvfs-all-tests'
@@ -20,9 +20,9 @@ if enable_installed_tests
configure_file(
input: all_tests + '.in',
output: all_tests + '.test',
- configuration: tests_conf,
install: true,
install_dir: installed_tests_metadir,
+ configuration: tests_conf,
)
install_subdir(