Skip to content

Commit

Permalink
tests: Adjust test of EXTRACT_CMDS for .sh files to match the change …
Browse files Browse the repository at this point in the history
…from cp -a to cp -dR
  • Loading branch information
akesandgren committed Feb 26, 2024
1 parent 3a7b3eb commit 0f18f73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/framework/filetools.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ def test_extract_cmd(self):
('test.txz', "unset TAPE; unxz test.txz --stdout | tar x"),
('test.iso', "7z x test.iso"),
('test.tar.Z', "tar xzf test.tar.Z"),
('test.foo.bar.sh', "cp -a test.foo.bar.sh ."),
('test.foo.bar.sh', "cp -dR test.foo.bar.sh ."),
# check whether extension is stripped correct to determine name of target file
# cfr. https://github.com/easybuilders/easybuild-framework/pull/3705
('testbz2.bz2', "bunzip2 -c testbz2.bz2 > testbz2"),
Expand Down

0 comments on commit 0f18f73

Please sign in to comment.