diff options
Diffstat (limited to 'lib/ext2fs/tst_badblocks.c')
-rw-r--r-- | lib/ext2fs/tst_badblocks.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/ext2fs/tst_badblocks.c b/lib/ext2fs/tst_badblocks.c index 72b14b7a..e9383fd1 100644 --- a/lib/ext2fs/tst_badblocks.c +++ b/lib/ext2fs/tst_badblocks.c @@ -271,6 +271,8 @@ int main(int argc, char **argv) int equal; errcode_t retval; + add_error_table(&et_ext2_error_table); + bb1 = bb2 = bb3 = bb4 = bb5 = 0; printf("test1: "); |