tests: make forging GPG signed commits and tags more robust
[gitweb.git] / t / t5310-pack-bitmaps.sh
index 1cb798ddb55624eda3429d4a4e19bc89913c4ea2..423c0a475f7e87b4c32abf60ef85ccbb898eca11 100755 (executable)
@@ -284,7 +284,7 @@ test_expect_success JGIT 'jgit can read our bitmaps' '
 '
 
 test_expect_success 'splitting packs does not generate bogus bitmaps' '
-       test-genrandom foo $((1024 * 1024)) >rand &&
+       test-tool genrandom foo $((1024 * 1024)) >rand &&
        git add rand &&
        git commit -m "commit with big file" &&
        git -c pack.packSizeLimit=500k repack -adb &&