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 3a7b3eb commit 0f18f73Copy full SHA for 0f18f73
test/framework/filetools.py
@@ -104,7 +104,7 @@ def test_extract_cmd(self):
104
('test.txz', "unset TAPE; unxz test.txz --stdout | tar x"),
105
('test.iso', "7z x test.iso"),
106
('test.tar.Z', "tar xzf test.tar.Z"),
107
- ('test.foo.bar.sh', "cp -a test.foo.bar.sh ."),
+ ('test.foo.bar.sh', "cp -dR test.foo.bar.sh ."),
108
# check whether extension is stripped correct to determine name of target file
109
# cfr. https://github.com/easybuilders/easybuild-framework/pull/3705
110
('testbz2.bz2', "bunzip2 -c testbz2.bz2 > testbz2"),
0 commit comments