Skip to content

Commit

Permalink
No funny names on cygwin...
Browse files Browse the repository at this point in the history
On FAT/NTFS, filenames cannot contain tabs. So t3300-funny-names would
reliably fail already when trying to create such files.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <junkio@cox.net>
  • Loading branch information
Johannes Schindelin authored and Junio C Hamano committed Oct 18, 2005
1 parent 542a01e commit 5f93926
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions t/t3300-funny-names.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ This test tries pathnames with funny characters in the working
tree, index, and tree objects.
'

# since FAT/NTFS does not allow tabs in filenames, skip this test
test "$(uname -o 2>/dev/null)" = Cygwin && exit 0

. ./test-lib.sh

p0='no-funny'
Expand Down

0 comments on commit 5f93926

Please sign in to comment.