mirror of
https://github.com/janet-lang/janet
synced 2025-02-02 18:29:10 +00:00
Test feature flag
This commit is contained in:
parent
87db463f4e
commit
fd5315793c
@ -76,4 +76,6 @@
|
|||||||
#define __BSD_VISIBLE 1
|
#define __BSD_VISIBLE 1
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#define _FILE_OFFSET_BITS 64
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
@ -41,8 +41,8 @@
|
|||||||
nil)
|
nil)
|
||||||
|
|
||||||
# Test mkdir -> rmdir
|
# Test mkdir -> rmdir
|
||||||
(assert (os/mkdir "./tempdir123"))
|
(assert (os/mkdir "tempdir123"))
|
||||||
(rmrf "./tempdir123")
|
(rmrf "tempdir123")
|
||||||
|
|
||||||
# Setup a temporary syspath for manipultation
|
# Setup a temporary syspath for manipultation
|
||||||
(math/seedrandom (os/cryptorand 16))
|
(math/seedrandom (os/cryptorand 16))
|
||||||
|
Loading…
Reference in New Issue
Block a user