Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / native_client / tests / syscalls / syscalls.cc
index 7b2cb69..1a624a1 100644 (file)
@@ -1004,9 +1004,7 @@ bool testSuite(const char *test_file) {
   ret &= test_isatty(test_file);
   ret &= test_rename(test_file);
   ret &= test_link(test_file);
-  if (!NONSFI_MODE) {
-    ret &= test_symlinks(test_file);
-  }
+  ret &= test_symlinks(test_file);
   ret &= test_chmod(test_file);
   ret &= test_access(test_file);
 #endif