tests: make init.sh's warn_ emit to both the tty and the log file
authorJim Meyering <meyering@redhat.com>
Fri, 17 Jun 2011 07:02:09 +0000 (09:02 +0200)
committerJim Meyering <meyering@redhat.com>
Fri, 17 Jun 2011 07:17:30 +0000 (09:17 +0200)
commit13672ec3211a5a77caf16dc24b83100d57e2a2ec
tree243b742463f3249cf84bf75446111d6867517370
parent7f8d9892fb4ce29821fc824defaa6e0d32740feb
tests: make init.sh's warn_ emit to both the tty and the log file

* tests/init.sh (warn_): When $stderr_fileno_ != 2,
emit the diagnostic to both the tty and the log file.
tests/init.sh