mirror of
git://git.sv.gnu.org/autoconf
synced 2025-01-24 10:54:42 +08:00
Fix testsuite failure on Solaris.
* tests/torture.at (AT_CHECK_CONFIG_CREATION_NOWRITE): Normalize failure status to 1. Signed-off-by: Eric Blake <ebb9@byu.net>
This commit is contained in:
parent
2cc7d57a17
commit
043d1102b6
@ -1,3 +1,9 @@
|
||||
2008-11-22 Eric Blake <ebb9@byu.net>
|
||||
|
||||
Fix testsuite failure on Solaris.
|
||||
* tests/torture.at (AT_CHECK_CONFIG_CREATION_NOWRITE): Normalize
|
||||
failure status to 1.
|
||||
|
||||
2008-11-21 Eric Blake <ebb9@byu.net>
|
||||
|
||||
Clean up AS_MESSAGE_LOG_FD usage.
|
||||
|
@ -244,7 +244,8 @@ AT_CHECK_CONFIGURE([what_to_test=var-$1 --no-create])
|
||||
touch t
|
||||
chmod a-w .
|
||||
mv t t1 >/dev/null 2>&1 \
|
||||
|| AT_CHECK([./config.status var-$1 </dev/null], [1], [ignore], [ignore])
|
||||
|| AT_CHECK([./config.status var-$1 </dev/null || exit 1],
|
||||
[1], [ignore], [ignore])
|
||||
chmod u+w .
|
||||
rm -rf t t1
|
||||
])# AT_CHECK_CONFIG_CREATION_NOWRITE
|
||||
|
Loading…
Reference in New Issue
Block a user