Code

Fix llist_sorted_difference_inplace in git-pack-redundant
[git.git] / t / t4102-apply-rename.sh
index f591a5681dc4ac4abe44cc04a488414481c98ac5..0401d7bbc6e416d2d44b8315ffd70125edca55c0 100755 (executable)
@@ -26,12 +26,12 @@ echo 'This is foo' >foo
 chmod +x foo
 
 test_expect_success setup \
-    'git-update-cache --add foo'
+    'git-update-index --add foo'
 
 test_expect_success apply \
     'git-apply --index --stat --summary --apply test-patch'
 
 test_expect_success validate \
-    'test -f bar && ls -l bar | grep "^-..x..x..x"'
+    'test -f bar && ls -l bar | grep "^-..x......"'
 
 test_done