automake-ng
[Top][All Lists]
Advanced

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

[Automake-NG] [FYI] tests: fix buglets and weaknesses in a test


From: Stefano Lattarini
Subject: [Automake-NG] [FYI] tests: fix buglets and weaknesses in a test
Date: Sat, 27 Oct 2012 18:19:49 +0200

* t/nostdinc.sh: Here.

Signed-off-by: Stefano Lattarini <address@hidden>
---
 t/nostdinc.sh | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/t/nostdinc.sh b/t/nostdinc.sh
index 8ebb4e8..3f98fb3 100755
--- a/t/nostdinc.sh
+++ b/t/nostdinc.sh
@@ -51,8 +51,8 @@ $AUTOMAKE --add-missing
 mkdir build
 cd build
 ../configure
-$MAKE V=1 > output || { cat output; exit 1; }
-cat output
+$MAKE V=1 > stdout || { cat stdout; exit 1; }
+cat stdout
 grep '.*-I *\.' stdout && exit 1
 $MAKE clean
 # Shouldn't be picked up from builddir either.
@@ -62,8 +62,8 @@ cd ..
 
 # Test with $builddir = $srcdir
 ./configure
-$MAKE V=1 > output || { cat output; exit 1; }
-cat output
-grep '.*-I *\.' output && exit 1
+$MAKE V=1 > stdout || { cat stdout; exit 1; }
+cat stdout
+grep '.*-I *\.' stdout && exit 1
 
 :
-- 
1.8.0




reply via email to

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