From 46ede7f0399d4adf2696193ea083bffdfcc69f7e Mon Sep 17 00:00:00 2001 From: Dana Robinson Date: Wed, 8 Feb 2017 14:49:25 -0500 Subject: Deleted an extraneous remove() call from a test function that might be causing the flushrefresh test to fail. --- test/h5test.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/test/h5test.c b/test/h5test.c index 9759fa8..a36d580 100644 --- a/test/h5test.c +++ b/test/h5test.c @@ -1744,9 +1744,7 @@ error: void h5_send_message(const char *send, const char *arg1, const char *arg2) { - FILE *signalfile; - - HDremove(TMP_SIGNAL_FILE); + FILE *signalfile = NULL; /* Create signal file (which will send signal to some other process) */ signalfile = HDfopen(TMP_SIGNAL_FILE, "w+"); -- cgit v0.12