automake-patches
[Top][All Lists]
Advanced

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

[FYI] {maint} tests: fix bug in 'autodist.test'


From: Stefano Lattarini
Subject: [FYI] {maint} tests: fix bug in 'autodist.test'
Date: Thu, 23 Jun 2011 10:34:13 +0200
User-agent: KMail/1.13.3 (Linux/2.6.30-2-686; KDE/4.4.4; i686; ; )

* tests/autodist.test: Avoid spurious failure due to no
`defs-static' file being found in the parent directory.
---
 ChangeLog           |    6 ++++++
 tests/autodist.test |    2 +-
 2 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index a05e690..7ef5077 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2011-06-23  Stefano Lattarini  <address@hidden>
+
+       tests: fix bug in 'autodist.test'
+       * tests/autodist.test: Avoid spurious failure due to no
+       `defs-static' file being found in the parent directory.
+
 2011-06-21  Stefano Lattarini  <address@hidden>
 
        maintcheck: extend 'sc_tests_plain_*' checks
diff --git a/tests/autodist.test b/tests/autodist.test
index 34b9526..70ec0af 100755
--- a/tests/autodist.test
+++ b/tests/autodist.test
@@ -25,7 +25,7 @@ set -e
 
 # Ensure we are run from the right directory.
 # (The last thing we want is to delete some random user files.)
-test -f ../defs-static
+test -f ../defs
 rm -f *
 
 cat > configure.in <<END
-- 
1.7.2.3




reply via email to

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