Hi Jim, > Without this change, this test's temporary file is left behind every > time it is run. > > Any objection?
The #include and the first unlink are fine. Thanks, well spotted. The second unlink is better omitted, since when the message "file operations failed" message is printed, the user will likely want to inspect the contents of the file and fix the test. Bruno