t/helper: merge test-dump-split-index into test-tool
[gitweb.git] / t / t0090-cache-tree.sh
index f81e3deead19531fb8c22c471f4c500a5d08814c..3266209e4136b6dad0a68abd73e336b8aaecd53b 100755 (executable)
@@ -246,9 +246,9 @@ test_expect_success 'switching trees does not invalidate shared index' '
        git update-index --split-index &&
        >split &&
        git add split &&
-       test-dump-split-index .git/index | grep -v ^own >before &&
+       test-tool dump-split-index .git/index | grep -v ^own >before &&
        git commit -m "as-is" &&
-       test-dump-split-index .git/index | grep -v ^own >after &&
+       test-tool dump-split-index .git/index | grep -v ^own >after &&
        test_cmp before after
 '