Closed jimk-bdrc closed 2 years ago
Describe the bug A directory named '${sys:AUDIT_LOG_ROOT} is created during a run of audit tool. It sometimes contains directories.
'${sys:AUDIT_LOG_ROOT}
To Reproduce
/dev/tmp/audit-test$ audit-tool -version Version 1.0Beta_2022_05_12 /dev/tmp/audit-test$ ls -l total 0
~/dev/tmp/audit-test$audit-tool -h usage: audit-tool [options] { - | PathToWork PathToWork ..... } where: ...
~/dev/tmp/audit-test$ ls -l total 4 drwxr-xr-x 4 jimk jimk 4096 May 12 16:17 '${sys:AUDIT_LOG_ROOT}'
Expected behavior
~/dev/tmp/audit-test$ audit-tool -h usage: audit-tool [options] { - | PathToWork PathToWork ..... } where: ... $ ls -l total 0
an empty directory
Fixed with 3fd3ae
Describe the bug A directory named
'${sys:AUDIT_LOG_ROOT}
is created during a run of audit tool. It sometimes contains directories.To Reproduce
Expected behavior
an empty directory