Further work on directory table reading
This commit is contained in:
+1
-1
@@ -35,7 +35,7 @@ func TestMain(t *testing.T) {
|
||||
if err != nil {
|
||||
t.Fatal(err)
|
||||
}
|
||||
err = rdr.readRootDirTable()
|
||||
err = rdr.readDirTable()
|
||||
if err != nil {
|
||||
t.Fatal(err)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user