3 # Copyright (c) 2005 Junio C Hamano
6 test_description='Test built-in diff output engine.
19 'update-cache --add two files with and without +x.' \
20 'git-update-index --add path0 path1'
23 sed -e 's/line/Line/' <path0- >path0
27 'git-diff-files -p after editing work tree.' \
28 'git-diff-files -p >current'
30 diff --git a/path0 b/path0
40 diff --git a/path1 b/path1
41 deleted file mode 100755
51 'validate git-diff-files -p output.' \
52 'compare_diff_patch current expected'