Fix bad thinp_xml command line

This commit is contained in:
Joe Thornber 2013-09-16 13:05:58 +01:00
parent 4124460c84
commit 93b1077017
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ module ThinpWorld
# FIXME: we should really break out the xml stuff from
# thinp-test-suite and put in a gem in this repo.
def write_valid_xml(path)
`thinp_xml create --nr-thins uniform[4..9] --nr-mappings uniform[1000.5000] > #{path}`
`thinp_xml create --nr-thins uniform[4..9] --nr-mappings uniform[1000..5000] > #{path}`
end
private