cthon: added patches for connectathon

patches apply on top of http://www.connectathon.org/nfstests.zip

Signed-off-by: Casey Bodley <cbodley@citi.umich.edu>
This commit is contained in:
Casey Bodley 2010-10-11 15:37:56 -04:00
parent 0ad4db4fad
commit 55ff9d855d
11 changed files with 1182 additions and 0 deletions

View file

@ -0,0 +1,26 @@
From 520bd04d9752faa6f77acd50ea759d170fb149d4 Mon Sep 17 00:00:00 2001
From: Casey Bodley <cbodley@citi.umich.edu>
Date: Mon, 11 Oct 2010 15:25:41 -0400
Subject: [PATCH 08/11] cthon: disabling test8 from the basic test
it's a symlink test and we are not supporting symlinks on windows
---
basic/runtests | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/basic/runtests b/basic/runtests
index 32e1d85..0b2f205 100644
--- a/basic/runtests
+++ b/basic/runtests
@@ -69,7 +69,7 @@ fi
# Symlink and readlink test
echo ""
-./test8 $TESTARG
+#./test8 $TESTARG
# Getfs test
echo ""
--
1.6.4.msysgit.0