From 8a2833f01a3f4913c13d67cb201584b6d290d1e1 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 1a46d41b..ced709d9 100644 --- a/test/default/cmptest.h +++ b/test/default/cmptest.h @@ -137,9 +137,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);