Skip to content

Commit

Permalink
Merge pull request #2578 from five-three/master
Browse files Browse the repository at this point in the history
Improve the getprereqs command
  • Loading branch information
patel-bhavin authored Oct 27, 2023
2 parents 4fe685f + 4e5777c commit 3070c83
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion atomics/T1027/T1027.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ rm /tmp/art.sh
##### Description: encode the command into base64 file
##### Check Prereq Commands:
```sh
exit 1
if [ -e "/tmp/encoded.dat" ]; then exit 0; else exit 1; fi
```
##### Get Prereq Commands:
```sh
Expand Down
2 changes: 1 addition & 1 deletion atomics/T1027/T1027.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ atomic_tests:
- description: |
encode the command into base64 file
prereq_command: |
exit 1
if [ -e "/tmp/encoded.dat" ]; then exit 0; else exit 1; fi
get_prereq_command: |
echo "#{shell_command}" | base64 > /tmp/encoded.dat
executor:
Expand Down

0 comments on commit 3070c83

Please sign in to comment.