Skip to content

Commit 0f18f73

Browse files
committed
tests: Adjust test of EXTRACT_CMDS for .sh files to match the change from cp -a to cp -dR
1 parent 3a7b3eb commit 0f18f73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/framework/filetools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ def test_extract_cmd(self):
104104
('test.txz', "unset TAPE; unxz test.txz --stdout | tar x"),
105105
('test.iso', "7z x test.iso"),
106106
('test.tar.Z', "tar xzf test.tar.Z"),
107-
('test.foo.bar.sh', "cp -a test.foo.bar.sh ."),
107+
('test.foo.bar.sh', "cp -dR test.foo.bar.sh ."),
108108
# check whether extension is stripped correct to determine name of target file
109109
# cfr. https://github.com/easybuilders/easybuild-framework/pull/3705
110110
('testbz2.bz2', "bunzip2 -c testbz2.bz2 > testbz2"),

0 commit comments

Comments
 (0)