Fixed some bugs

THINGS ARE BROKEN FOR NO REASON
This commit is contained in:
Caleb Gardner
2022-05-10 01:40:32 -05:00
parent 16ef5838c3
commit 8613e35221
5 changed files with 8 additions and 3 deletions
+3 -1
View File
@@ -97,7 +97,9 @@ func TestAppImage(t *testing.T) {
t.Fatal(err)
}
os.RemoveAll(wd + "/testing/firefox")
err = rdr.ExtractTo(wd + "/testing/firefox")
op := DefaultOptions()
op.Verbose = true
err = rdr.ExtractWithOptions(wd+"/testing/firefox", op)
t.Fatal(err)
}