]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - math/test-fenv.c
math: Fix test-fenv.c feupdateenv tests
[thirdparty/glibc.git] / math / test-fenv.c
index 9db6789e64b475ec11bc052ec2817f9e7f451451..8d39181b14d9dba991f541f0132ed90d1539644c 100644 (file)
@@ -659,6 +659,7 @@ static void
 feupdate_single_test (const char *flag_name, int fe_exc)
 {
   feenv_nomask_test (flag_name, fe_exc, feupdateenv);
+  fesetenv (FE_DFL_ENV);
   feenv_mask_test (flag_name, fe_exc, feupdateenv);
 }
 #endif