Skip to content

Commit

Permalink
remove extra line (#2984)
Browse files Browse the repository at this point in the history
Co-authored-by: Bhavin Patel <[email protected]>
  • Loading branch information
Biagio-Dipalma and patel-bhavin authored Nov 15, 2024
1 parent fb37dd4 commit c6094b4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion atomics/T1562.003/T1562.003.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,6 @@ atomic_tests:
ls -la ~/.bash_logout
if [ $(history |wc -l) -eq 1 ]; then echo "ls commands are not in history"; fi
unset HISTIGNORE
if ((${#HISTIGNORE[@]})); then echo "\$HISTIGNORE = $HISTIGNORE"; else export HISTIGNORE='*'; echo "\$HISTIGNORE = $HISTIGNORE"; fi
history -c
whoami
Expand Down

0 comments on commit c6094b4

Please sign in to comment.