ms-nfs41-client/tests/0012-removing-pmapbrb-pmaptst-tests-from-tools-dir.patch

27 lines
864 B
Diff
Raw Normal View History

2010-10-27 12:59:46 -04:00
From 0e4268b2b76b5c89f9e661f7ffbb9c2a7234511c Mon Sep 17 00:00:00 2001
From: Olga Kornievskaia <aglo@citi.umich.edu>
Date: Thu, 14 Oct 2010 12:26:50 -0400
Subject: [PATCH 1/3] removing pmapbrb pmaptst tests from tools dir
---
tools/Makefile | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/tools/Makefile b/tools/Makefile
index ce6019f..d3fde4e 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -8,7 +8,8 @@
# 'make copy DESTDIR=path' copies test programs to path
# 'make dist DESTDIR=path' copies sources to path
-TESTS = tcp tcpd udp udpd dirdmp dirprt pmaptst pmapbrd
+#TESTS = tcp tcpd udp udpd dirdmp dirprt pmaptst pmapbrd
+TESTS = tcp tcpd udp udpd dirdmp dirprt
# dirdmp apparently doesn't work with Linux 2.2. So for Linux systems,
# comment out the above definition and use this one.
--
1.6.4.msysgit.0