We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2731a00 commit fd3aa65Copy full SHA for fd3aa65
1 file changed
test/meson.build
@@ -2,7 +2,7 @@ test_scripts = [ 'conftest.py', 'pytest.ini', 'test_sshfs.py',
2
'util.py' ]
3
custom_target('test_scripts', input: test_scripts,
4
output: test_scripts, build_by_default: true,
5
- command: ['cp', '-fP', '--preserve=mode',
+ command: ['cp', '-fPp',
6
'@INPUT@', meson.current_build_dir() ])
7
8
# Provide something helpful when running 'ninja test'
0 commit comments