commit | 0e0d352dd38e93982b74f50d58c3304a48ee4499 | [log] [tgz] |
---|---|---|
author | Samuel Johnson <[email protected]> | Mon Dec 02 10:48:18 2024 -0800 |
committer | Samuel Johnson <[email protected]> | Mon Dec 02 10:48:18 2024 -0800 |
tree | 4922b50be7819b769294b167a11788ecc9369f88 | |
parent | 92e3d89f205819982951d0a74047a6808e8d25cd [diff] |
Remove error thrown when running rm <file> for a nonexistent file Rm throws an error when attempting to remove a file that does not exist. This error is common in torq because we try to cleanup old files on the device, but frequently those files no longer exist. Remove this error. Test: atest device_unit_test Fixes: 381889842 Change-Id: Ic379498b8b58fa0c6bda93d1a65c07cfe4d9f7cd