mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-01-31 11:37:35 +00:00
Fix GitHub build
This commit is contained in:
parent
2189877856
commit
7756e27993
1 changed files with 1 additions and 0 deletions
|
@ -144,6 +144,7 @@ function UnixTest()
|
|||
for name, kind, ino, off in assert(unix.opendir(tmpdir)) do
|
||||
table.insert(t, name)
|
||||
end
|
||||
table.sort(t)
|
||||
assert(EncodeLua(t) == '{".", "..", "foo"}');
|
||||
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue