Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'hold/rpm'
[gitweb.git]
/
t
/
t4000-diff-format.sh
diff --git
a/t/t4000-diff-format.sh
b/t/t4000-diff-format.sh
index f3b6330a9b4af0e68d9e402ab7d82e600c939ccc..beb6d8f4877c157bdf9e3efa2c914e74da863cd5 100755
(executable)
--- a/
t/t4000-diff-format.sh
+++ b/
t/t4000-diff-format.sh
@@
-7,6
+7,7
@@
test_description='Test built-in diff output engine.
'
. ./test-lib.sh
+. ../diff-lib.sh
echo >path0 'Line 1
Line 2
@@
-48,6
+49,6
@@
EOF
test_expect_success \
'validate git-diff-files -p output.' \
- 'c
mp -s
current expected'
+ 'c
ompare_diff_patch
current expected'
test_done