summaryrefslogtreecommitdiffstats
path: root/test/efc.c
diff options
context:
space:
mode:
authorDana Robinson <43805+derobins@users.noreply.github.com>2023-09-15 22:13:18 (GMT)
committerGitHub <noreply@github.com>2023-09-15 22:13:18 (GMT)
commit44a00ef876ad3e1922847e93feac57c479217fbe (patch)
tree5e9fc677913a06a71eba1342633f92e93bd07a6c /test/efc.c
parent59a90368cdb696205bdf15040d1a48b4f69af97f (diff)
downloadhdf5-44a00ef876ad3e1922847e93feac57c479217fbe.zip
hdf5-44a00ef876ad3e1922847e93feac57c479217fbe.tar.gz
hdf5-44a00ef876ad3e1922847e93feac57c479217fbe.tar.bz2
Strip HD prefix from string/char C API calls (#3540)
* Strip HD prefix from string/char C API calls * HD(f)(put|get)(s|c) * HDstr* * HDv*printf * HD(s)(print|scan)f * HDperror But NOT: * HDstrcase* * HDvasprintf * HDstrtok_r * HDstrndup As those are not C99 and have portability work-around implementations. They will be handled later. * Fix th5_system.c screwup
Diffstat (limited to 'test/efc.c')
-rw-r--r--test/efc.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/efc.c b/test/efc.c
index b177b2a..484320d 100644
--- a/test/efc.c
+++ b/test/efc.c
@@ -2642,7 +2642,7 @@ main(void)
int i; /* iterator */
/* Test Setup */
- HDputs("Testing the external file cache");
+ puts("Testing the external file cache");
/* Create property lists */
fcpl_id = H5Pcreate(H5P_FILE_CREATE);
@@ -2695,7 +2695,7 @@ main(void)
if (nerrors)
goto error;
- HDputs("All external file cache tests passed.");
+ puts("All external file cache tests passed.");
h5_clean_files(FILENAME, fapl_id);
@@ -2706,7 +2706,7 @@ main(void)
return EXIT_SUCCESS;
error:
- HDputs("*** TESTS FAILED ***");
+ puts("*** TESTS FAILED ***");
H5E_BEGIN_TRY
{