init.sh: don't let bash aliases interfere with tests
authorJim Meyering <meyering@redhat.com>
Tue, 8 May 2012 08:55:21 +0000 (10:55 +0200)
committerJim Meyering <meyering@redhat.com>
Tue, 8 May 2012 09:03:02 +0000 (11:03 +0200)
commita396e729684ec533c504dd3e619f669834821688
treec141ff77d0a5ef54f12f0127695bc5714fd8353e
parent7d3ed9f612cfad25a8eb39cde81c8cf6bc422f64
init.sh: don't let bash aliases interfere with tests

* tests/init.sh: Undefine any pre-defined aliases if the selected shell
is bash.  This avoids problems for those who alias standard commands to
non-conforming uses, like those reported in http://bugs.gnu.org/11256.
Suggested by Tim Mooney <Tim.Mooney@ndsu.edu>.
ChangeLog
tests/init.sh