summaryrefslogtreecommitdiff
path: root/t/op/hash-rt85026.t
Commit message (Collapse)AuthorAgeFilesLines
* Test preamble: unify chdir 't' if -d 't';Jarkko Hietaniemi2014-10-081-1/+1
|
* Make hash-rt85026.t less noisyFather Chrysostomos2011-05-221-2/+2
|
* Filename portability for hash-rt85026.tCraig A. Berry2011-05-201-4/+6
| | | | | | File::Temp::tempdir returns a directory in native syntax. You can't just paste a file onto that in Unix syntax and expect it to work.
* Tests for #85026Father Chrysostomos2011-05-191-0/+67
Almost all of this is taken verbatim from Ton Hospel’s sample script for demonstrating the bug.