mirror of
https://github.com/jedisct1/libsodium.git
synced 2026-08-25 08:37:13 +09:00
Correct /test-data mount point
This commit is contained in:
+1
-1
@@ -29,7 +29,7 @@ Module['preRun'].push(function(){
|
||||
}
|
||||
FS.init();
|
||||
FS.mkdir('/test-data');
|
||||
FS.mount(NODEFS, { root: '.' }, '/test');
|
||||
FS.mount(NODEFS, { root: '.' }, '/test-data');
|
||||
FS.analyzePath('/dev/random').exists && FS.unlink('/dev/random');
|
||||
FS.analyzePath('/dev/urandom') && FS.unlink('/dev/urandom');
|
||||
var devFolder = FS.findObject('/dev') ||
|
||||
|
||||
Reference in New Issue
Block a user