summaryrefslogtreecommitdiff
path: root/t/t4016-diff-quote.sh
Commit message (Collapse)AuthorAgeFilesLines
* tests: do not use implicit "git diff --no-index"Junio C Hamano2008-05-241-2/+2
| | | | | | | | | | | As a general principle, we should not use "git diff" to validate the results of what git command that is being tested has done. We would not know if we are testing the command in question, or locating a bug in the cute hack of "git diff --no-index". Rather use test_cmp for that purpose. Signed-off-by: Junio C Hamano <gitster@pobox.com>
* Get rid of the dependency to GNU diff in the testsJohannes Schindelin2007-03-041-2/+2
| | | | | | | | | | | | | | | Now that "git diff" handles stdin and relative paths outside the working tree correctly, we can convert all instances of "diff -u" to "git diff". This commit is really the result of $ perl -pi.bak -e 's/diff -u/git diff/' $(git grep -l "diff -u" t/) Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> Signed-off-by: Junio C Hamano <junkio@cox.net> (cherry picked from commit c699a40d68215c7e44a5b26117a35c8a56fbd387)
* disable t4016-diff-quote.sh on some filesystemsAlex Riesen2007-02-201-0/+4
| | | | | | | ... because the filesystems (most typically FAT and NTFS) do not support HT nor LF in filenames. Signed-off-by: Alex Riesen <raa.lkml@gmail.com>
* t4016: test quoting funny pathnames in diff outputJunio C Hamano2007-02-111-0/+66
Signed-off-by: Junio C Hamano <junkio@cox.net>