From: Stefano Lattarini Date: Sat, 23 Apr 2011 22:08:11 +0000 (+0200) Subject: tests: fix spurious failure in self-check-env-sanitize.test X-Git-Tag: v1.11b~360^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5ae564e399bec2cd095ecf0adafef168b83b0cc1;p=platform%2Fupstream%2Fautomake.git tests: fix spurious failure in self-check-env-sanitize.test * tests/self-check-env-sanitize.test: Open file descriptor `5' to stdout. Fix spurious failure introduced by merge `v1.11-788-g3b0c8d5'. --- diff --git a/ChangeLog b/ChangeLog index 8821b0a..7602870 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2011-04-24 Stefano Lattarini + + tests: fix spurious failure in self-check-env-sanitize.test + * tests/self-check-env-sanitize.test: Open file descriptor `5' + to stdout. + Fix spurious failure introduced by merge `v1.11-788-g3b0c8d5'. + 2011-04-22 Stefano Lattarini testsuite: more environment sanitization diff --git a/tests/self-check-env-sanitize.test b/tests/self-check-env-sanitize.test index a8aaec0..3a07c91 100755 --- a/tests/self-check-env-sanitize.test +++ b/tests/self-check-env-sanitize.test @@ -21,6 +21,7 @@ . ./defs-static || exit 1 set -x +exec 5>&1 for var in me parallel_tests required; do env "$var=foo" $SHELL -c '. ./defs' foo.test && exit 1