Merge branch 'nd/maint-fix-replace'
[git.git] / t / t6050-replace.sh
index 903ebc53d730a3e5bd2481adb716246c7f2e8c93..dd917d76da4f30ee8079caa17766c71513670d2e 100755 (executable)
@@ -219,6 +219,12 @@ test_expect_success 'bisect and replacements' '
      git bisect reset
 '
 
+test_expect_success 'index-pack and replacements' '
+       git --no-replace-objects rev-list --objects HEAD |
+       git --no-replace-objects pack-objects test- &&
+       git index-pack test-*.pack
+'
+
 #
 #
 test_done