Allow jot(1) regression tests to be checked out on Windows filesystems.

The jot(1) regression tests directory contained two tests named `wx' and
`wX', which doesn't work on case insensitive filesystems. Rename `wX' to
`wX1'.

MFC after:	1 month
This commit is contained in:
Ed Schouten 2009-01-16 15:47:35 +00:00
parent 0bee4c2c74
commit af65d772a0
2 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ REGRESSION_TEST(`wgd', `jot -w "a%gb" 10 .2')
REGRESSION_TEST(`wu', `jot -w "a%ub" 10')
REGRESSION_TEST(`wo', `jot -w "a%ob" 10')
REGRESSION_TEST(`wx', `jot -w "a%xb" 10')
REGRESSION_TEST(`wX', `jot -w "a%Xb" 10')
REGRESSION_TEST(`wX1', `jot -w "a%Xb" 10')
REGRESSION_TEST(`wXl', `jot -w "a%Xb" 10 2147483648')
REGRESSION_TEST(`wdl', `jot -w "a%db" 10 2147483648')
REGRESSION_TEST(`wxn', `jot -w "a%xb" 10 -5')