charnames.t: Attempt to fix probable timing issue
authorKarl Williamson <public@khwilliamson.com>
Fri, 16 Mar 2012 16:14:05 +0000 (10:14 -0600)
committerKarl Williamson <public@khwilliamson.com>
Fri, 16 Mar 2012 19:33:55 +0000 (13:33 -0600)
commit34ea573bc5236fc856e9ef46efe729e09da2b167
tree2180dedc8afd41fcdce6ec2e33b40c46abf07f70
parentcbba5ad3171ce71ed2a33c4e53a23bd58c747b84
charnames.t: Attempt to fix probable timing issue

charnames.t sometimes fails on a test that is expecting a file to be
non-existent.  However, other tests in it briefly create a file by that
name.  When two instances of the .t are run in parallel, as happens in
some smokes, it could be that the file exists at the time it is expected
not to.  The result is a non-reproducible failure.  Anyway, that is my
theory.  And so this commit changes to use a filename that is used just
by the test for what happens when a file is non-existent, and hence
doesn't ever exist even transiently.
t/lib/charnames/alias