From 6b38e87f01e94f25efd035de5925dfd83c6e4389 Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Thu, 21 Dec 2017 21:36:15 +0100 Subject: [PATCH] Remove the dummy FS call from the Javascript tests --- test/default/cmptest.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/test/default/cmptest.h b/test/default/cmptest.h index 3da7b698..fcd5d3f3 100644 --- a/test/default/cmptest.h +++ b/test/default/cmptest.h @@ -66,9 +66,6 @@ int main(void) if (sodium_init() != 0) { return 99; } -#ifdef __EMSCRIPTEN__ - (void) fopen("/dev/null", "r"); -#endif #ifndef __EMSCRIPTEN__ randombytes_set_implementation(&randombytes_salsa20_implementation);