We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a738a4 commit e65fff0Copy full SHA for e65fff0
test/tools/autotools/test_loaddb.sh
@@ -1,4 +1,7 @@
1
#!/bin/bash -e
2
3
+/bin/rm -f apfs_pool.db
4
"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
7
"tools/autotools/tsk_loaddb$EXEEXT" -d issue_3235.db $SLEUTHKIT_TEST_DATA_DIR/fuzzing/lvm_test_issue_3235.E01
0 commit comments