automake-patches
[Top][All Lists]
Advanced

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

[PATCH] Avoid spurious test failure with `make check TESTS=check5.test'.


From: Ralf Wildenhues
Subject: [PATCH] Avoid spurious test failure with `make check TESTS=check5.test'.
Date: Mon, 12 Nov 2007 19:58:55 +0100
User-agent: Mutt/1.5.13 (2006-08-11)

* tests/check5.test: unset TESTS.
---
Applied to master and branch-1-10.

Cheers,
Ralf

 tests/check5.test |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/tests/check5.test b/tests/check5.test
index 7e0e01b..18a6e15 100755
--- a/tests/check5.test
+++ b/tests/check5.test
@@ -1,5 +1,5 @@
 #! /bin/sh
-# Copyright (C) 2006  Free Software Foundation, Inc.
+# Copyright (C) 2006, 2007  Free Software Foundation, Inc.
 #
 # This file is part of GNU Automake.
 #
@@ -50,6 +50,7 @@ END
 cp one.c two.c
 
 ./configure
+unset TESTS
 $MAKE check
 test -f ok
 EXEEXT=.bin $MAKE -e print-tests >output
-- 
1.5.3.5.561.g140d





reply via email to

[Prev in Thread] Current Thread [Next in Thread]