diff options
| author | Filipe Brandenburger <filbranden@google.com> | 2018-03-09 23:27:55 -0800 |
|---|---|---|
| committer | Filipe Brandenburger <filbranden@google.com> | 2018-04-18 11:44:54 -0700 |
| commit | b0382733d80e4963036a6abd4f475ebbea67d72c (patch) | |
| tree | 16d61e2dc914bf7be9a6e2db8d7aabf5f3d81442 /test cases/common/12 data | |
| parent | 8651d55c6a317de37dcaa9965157151095a88292 (diff) | |
| download | meson-b0382733d80e4963036a6abd4f475ebbea67d72c.tar.gz | |
Update default of install-umask to 022
And, with that, update the test cases that checked that preserving the
original permissions worked to set install_umask=preserve explicitly in
those projects' default_options.
Tested: ./run_tests.py
Diffstat (limited to 'test cases/common/12 data')
| -rw-r--r-- | test cases/common/12 data/meson.build | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test cases/common/12 data/meson.build b/test cases/common/12 data/meson.build index d855bbaf4..b5b1e8a62 100644 --- a/test cases/common/12 data/meson.build +++ b/test cases/common/12 data/meson.build @@ -1,4 +1,5 @@ -project('data install test', 'c') +project('data install test', 'c', + default_options : ['install_umask=preserve']) install_data(sources : 'datafile.dat', install_dir : 'share/progname') # Some file in /etc that is only read-write by root; add a sticky bit for testing install_data(sources : 'etcfile.dat', install_dir : '/etc', install_mode : 'rw------T') |
