From 586ad60414ba774a8fbd9dbc5609faa3821a7a4a Mon Sep 17 00:00:00 2001 From: Nikolaus Rath Date: Sun, 6 Aug 2017 11:51:06 +0200 Subject: Drop -u option to cp Not supported on OS X, and not strictly necessary. Fixes: #64. --- test/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/meson.build b/test/meson.build index 90eb94e..f84e86b 100644 --- a/test/meson.build +++ b/test/meson.build @@ -2,7 +2,7 @@ test_scripts = [ 'conftest.py', 'pytest.ini', 'test_sshfs.py', 'util.py' ] custom_target('test_scripts', input: test_scripts, output: test_scripts, build_by_default: true, - command: ['cp', '-fPu', '--preserve=mode', + command: ['cp', '-fP', '--preserve=mode', '@INPUT@', meson.current_build_dir() ]) # Provide something helpful when running 'ninja test' -- cgit v1.2.3