summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorsma <sma@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2006-04-04 15:30:36 +0000
committersma <sma@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2006-04-04 15:30:36 +0000
commit2541b8641c71b8e1188d153a5b83be7a43793465 (patch)
tree4eeeb57c7bfb042b8314592cc44618cf8e001912 /tests
parentd1de1080bc9656d1abe8dea032a5e4881d3ad606 (diff)
downloadATCD-2541b8641c71b8e1188d153a5b83be7a43793465.tar.gz
Tue Apr 4 15:28:00 UTC 2006 Don Sharp <Donald.Sharp@prismtech.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/Unload_libACE.cpp7
1 files changed, 4 insertions, 3 deletions
diff --git a/tests/Unload_libACE.cpp b/tests/Unload_libACE.cpp
index ac7b8489b5e..608deded40b 100644
--- a/tests/Unload_libACE.cpp
+++ b/tests/Unload_libACE.cpp
@@ -188,8 +188,12 @@ main ( int, char ** )
time_stamp ( tbuf, BUFSIZ, 'T' ));
status = 1;
}
+
fflush ( stdout );
fflush ( stderr );
+ fflush ( logfp );
+
+ fclose ( logfp );
}
else
{
@@ -210,9 +214,6 @@ main ( int, char ** )
fflush ( stderr );
fflush ( stdout );
- fflush ( logfp );
-
- fclose ( logfp );
fclose ( stdout );
fclose ( stderr );