forked from lix-project/hydra
Merge pull request #1095 from DeterminateSystems/tests/prefix-names-with-t
HydraTestContext: prefix names with t
This commit is contained in:
commit
0484f13a1a
|
@ -189,7 +189,7 @@ sub write_file {
|
|||
}
|
||||
|
||||
sub rand_chars {
|
||||
return sprintf("%08X", rand(0xFFFFFFFF));
|
||||
return sprintf("t%08X", rand(0xFFFFFFFF));
|
||||
}
|
||||
|
||||
1;
|
||||
|
|
Loading…
Reference in a new issue