Skip to content

Commit bc0929b

Browse files
committed
Fix invalid FFlag in tests
When running the tests, libarchive says: InvalidFFlag: 'archive' is not a known fflag So remove that one flag from our tests.
1 parent ceecc4b commit bc0929b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ function test_basic()
7474

7575
-- Test creating our own "normal" entry:
7676
local normal_entry = {
77-
fflags="nosappnd,dump,archive",
77+
fflags="nosappnd,dump",
7878
dev=200,
7979
ino=1000,
8080
mode=0x80FF,

0 commit comments

Comments
 (0)