Fix command used to copy files in linux and macOS (#943)
The command `copy` is used on Windows systems. Running the test on macOS and Linux will cause an error.
This commit is contained in:
@@ -21,7 +21,7 @@ atomic_tests:
|
||||
name: sh
|
||||
elevation_required: true
|
||||
command: |
|
||||
copy #{payload} /tmp/hello.c
|
||||
cp #{payload} /tmp/hello.c
|
||||
cd /tmp
|
||||
sudo chown root hello.c
|
||||
sudo make hello
|
||||
|
||||
Reference in New Issue
Block a user