Use unique name for AlertNotify tempfile#6527
Conversation
There was a problem hiding this comment.
minor nit: wrong indent (same on L171 / not related to this PR)
There was a problem hiding this comment.
Isn't the right indentation four spaces? Or is it different for a line continuation?
There was a problem hiding this comment.
Meh. Sorry. I oversaw the line break... all good!
You can always use clang-format -i <file> if you wan't to confirm to the code-style-guidelines.
|
tested ACK |
|
ACK. |
|
ACK. Using a hardcoded/predictable temporary file name can be dangerous. And agree with @jonasschnelli that the test should try to clean up after itself. |
|
@jonasschnelli @laanwj It actually does clean up after itself; there's a call to |
|
@casey: Ah. Now i see how this works. The ACK. |
|
Oh! oops. Apologies for the spurious comment, then. |
231c560 Use unique name for AlertNotify tempfile (Casey Rodarmor)
Fixes #6524
Use a unique name for alertnotify.txt tempfile during AlertNotify test