Found the problem file.

NOW TO DEBUG
This commit is contained in:
Caleb Gardner
2022-06-18 06:46:00 -05:00
parent 9ac8fef3b2
commit 96b38935a6
3 changed files with 11 additions and 5 deletions
+2 -2
View File
@@ -72,8 +72,8 @@ func TestExtractQuick(t *testing.T) {
}
op := squashfs.DefaultOptions()
op.Verbose = true
sub :=
err = rdr.ExtractWithOptions(libPath, op)
sub, _ := rdr.Sub("PortableApps/Notepad++Portable/App/Notepad++64/functionList")
err = sub.(*squashfs.FS).ExtractWithOptions(libPath, op)
if err != nil {
t.Fatal(err)
}