[PATCH] disable t4016-diff-quote.sh on some filesystems

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



because the filesystems (most typically FAT and NTFS) do not support
HT nor LF in filenames.

Signed-off-by: Alex Riesen <raa.lkml@xxxxxxxxx>

---
God help me...

 t/t4016-diff-quote.sh |    4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
From 0edbc6df977e7d954032eaf72720c93b86ab4c0f Mon Sep 17 00:00:00 2001
From: Alex Riesen <raa.lkml@xxxxxxxxx>
Date: Tue, 20 Feb 2007 10:04:32 +0100
Subject: [PATCH] disable t4016-diff-quote.sh on some filesystems

---
 t/t4016-diff-quote.sh |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/t/t4016-diff-quote.sh b/t/t4016-diff-quote.sh
index edde8f5..8e9422c 100755
--- a/t/t4016-diff-quote.sh
+++ b/t/t4016-diff-quote.sh
@@ -13,6 +13,10 @@ P1='pathname	with HT'
 P2='pathname with SP'
 P3='pathname
 with LF'
+if ! test : 2>/dev/null >"$P1" ; then
+	echo >&2 'Filesystem does not support tabs in names'
+	test_done
+fi
 
 test_expect_success setup '
 	echo P0.0 >"$P0.0" &&
-- 
1.5.0.rc4.84.g67fc1


[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]