Skip to content

Commit

Permalink
Update vfs-library.spec.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
rdw-software committed Sep 4, 2024
1 parent e11221e commit cc38255
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Tests/BDD/vfs-library.spec.lua
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ describe("vfs", function()
libName
)
C_FileSystem.WriteFile(appMainPath, scriptCode)

-- Attempting to ffi.load this should always trigger an error
local fakeLibraryPath = appMainPath .. ".so"
C_FileSystem.WriteFile(fakeLibraryPath, scriptCode)
Expand Down Expand Up @@ -218,5 +218,4 @@ describe("vfs", function()
assert(C_FileSystem.Delete(sharedLibraryPath))
assert(C_FileSystem.Delete(appDir))
assert(C_FileSystem.Delete(tmpDirPath))

end)

0 comments on commit cc38255

Please sign in to comment.