Skip to content

Commit 9eed6f4

Browse files
authored
Merge pull request sleuthkit#3251 from sleuthkit/delete-temp-files
delete the temp files
2 parents 6a738a4 + e65fff0 commit 9eed6f4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
#!/bin/bash -e
22

3+
/bin/rm -f apfs_pool.db
34
"tools/autotools/tsk_loaddb$EXEEXT" -d apfs_pool.db $SLEUTHKIT_TEST_DATA_DIR/apfs/apfs_pool.E01
5+
6+
/bin/rm -f issue_3235.db
47
"tools/autotools/tsk_loaddb$EXEEXT" -d issue_3235.db $SLEUTHKIT_TEST_DATA_DIR/fuzzing/lvm_test_issue_3235.E01

0 commit comments

Comments
 (0)