Remove the dummy output file when the test is done
This commit was SVN r5053.
Этот коммит содержится в:
родитель
450cfb0a8c
Коммит
226542f98f
@ -26,6 +26,9 @@
|
||||
#include "orte_config.h"
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#ifdef HAVE_UNISTD_H
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
||||
#include "include/orte_constants.h"
|
||||
#include "include/orte_schema.h"
|
||||
@ -355,6 +358,7 @@ int main(int argc, char **argv)
|
||||
}
|
||||
*/
|
||||
test_finalize();
|
||||
unlink("test_gpr_replica_out");
|
||||
|
||||
return(0);
|
||||
}
|
||||
|
@ -26,6 +26,9 @@
|
||||
#include "orte_config.h"
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#ifdef HAVE_UNISTD_H
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
||||
#include "include/orte_constants.h"
|
||||
|
||||
@ -362,6 +365,7 @@ int main(int argc, char **argv)
|
||||
}
|
||||
*/
|
||||
test_finalize();
|
||||
unlink("test_gpr_replica_out");
|
||||
|
||||
return(0);
|
||||
}
|
||||
|
@ -18,6 +18,9 @@
|
||||
#include <errno.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/wait.h>
|
||||
#ifdef HAVE_UNISTD_H
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
||||
#include "support.h"
|
||||
|
||||
@ -400,6 +403,7 @@ int run_test()
|
||||
}
|
||||
*/
|
||||
test_finalize();
|
||||
unlink("test_gpr_replica_out");
|
||||
|
||||
return(0);
|
||||
}
|
||||
|
Загрузка…
Ссылка в новой задаче
Block a user