]> rtime.felk.cvut.cz Git - notmuch.git/commit
test: fix die() in test-lib-common.sh
authorTomi Ollila <tomi.ollila@iki.fi>
Sat, 28 May 2016 12:39:30 +0000 (15:39 +0300)
committerDavid Bremner <david@tethera.net>
Sat, 11 Jun 2016 16:03:44 +0000 (13:03 -0300)
commit36492f20a71906413d9922dbad5e18571059f57a
tree3ad6e8785b884d7d25bff9c6f83a337a5396544f
parentd53b417d1f5935a924b0f0127e64750c8448ac3a
test: fix die() in test-lib-common.sh

In scripts that include test-lib-common.sh but not test-lib.sh
the die() implementation needs to be a bit different due to
fd redirection differences. test-lib-common.sh implements die()
only if it was not implemented already.
test/test-lib-common.sh