1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-28 00:21:52 +03:00
* libio/Makefile (tests): Add bug-ungetwc2.
	* libio/bug-ungetwc2.c: New file.
This commit is contained in:
Ulrich Drepper
2002-04-03 09:26:58 +00:00
parent a4d6219571
commit 737fa90def
4 changed files with 94 additions and 2 deletions

View File

@ -36,6 +36,7 @@ do_test (void)
printf ("cannot open temporary file: %m\n");
return 1;
}
add_temp_file (fname);
setlocale(LC_ALL, "");
@ -45,7 +46,6 @@ do_test (void)
fprintf (stderr, "Cannot make `%s' file\n", fname);
exit (EXIT_FAILURE);
}
add_temp_file (fname);
fprintf (fp, "%s", write_chars);
fclose (fp);