NEW ISSUES

This commit is contained in:
Caleb Gardner
2022-06-18 14:40:33 -05:00
parent 49595de3f2
commit 8f5e1fef96
3 changed files with 6 additions and 5 deletions
+1 -2
View File
@@ -73,8 +73,7 @@ func TestExtractQuick(t *testing.T) {
}
op := squashfs.DefaultOptions()
op.Verbose = true
sub, _ := rdr.Sub("PortableApps/Notepad++Portable/App/Notepad++64/functionList")
err = sub.(*squashfs.FS).ExtractWithOptions(libPath, op)
err = rdr.ExtractWithOptions(libPath, op)
if err != nil {
t.Fatal(err)
}