mirror of
https://github.com/hashcat/hashcat.git
synced 2024-11-22 16:18:09 +00:00
Merge pull request #1815 from s3inlc/test-compatibility
Changed cat -A to cat -vet in test.sh
This commit is contained in:
commit
478fd2c8cf
@ -2833,7 +2833,7 @@ fi
|
|||||||
# fix logfile
|
# fix logfile
|
||||||
if [ "${PACKAGE}" -eq 0 ]; then
|
if [ "${PACKAGE}" -eq 0 ]; then
|
||||||
|
|
||||||
cat -A ${OUTD}/logfull.txt | sed -e 's/\^M \^M//g' | sed -e 's/\$$//g' > ${OUTD}/test_report.log
|
cat -vet ${OUTD}/logfull.txt | sed -e 's/\^M \^M//g' | sed -e 's/\$$//g' > ${OUTD}/test_report.log
|
||||||
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user