I CAN READ A DIRECTORY NOW

I've only tested it with the root dir, but should work for all directories.
This commit is contained in:
Caleb Gardner
2020-11-19 10:50:02 -06:00
parent be1be40a17
commit 87ccd0f346
5 changed files with 74 additions and 60 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ func TestMain(t *testing.T) {
if err != nil {
t.Fatal(err)
}
t.Fatal(err)
t.Fatal("No problems here!")
}
func TestCreateSquashFromAppImage(t *testing.T) {