diff options
| author | 2024-05-26 10:21:52 -0500 | |
|---|---|---|
| committer | 2024-05-26 10:21:52 -0500 | |
| commit | f7c90bc1ffe8768cd852aebe69cffec8408bb26a (patch) | |
| tree | 6653bba481be23f4ee85459b19bd8063af7c79b2 /test | |
| parent | Is qemu-arm buggy? (diff) | |
Add testing for making and removing directory.
Diffstat (limited to 'test')
| -rw-r--r-- | test/suite-bundle.janet | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/suite-bundle.janet b/test/suite-bundle.janet index a92a318d..645616c3 100644 --- a/test/suite-bundle.janet +++ b/test/suite-bundle.janet @@ -40,6 +40,9 @@ (os/rm x)) nil) +# Test mkdir -> rmdir +(assert (os/mkdir "./tempdir123")) +(rmrf "./tempdir123") # Setup a temporary syspath for manipultation (math/seedrandom (os/cryptorand 16)) |
