]> git.ipfire.org Git - thirdparty/bind9.git/commit
Use sub shell to isolate enviroment changes
authorMark Andrews <marka@isc.org>
Thu, 11 May 2023 02:09:26 +0000 (12:09 +1000)
committerMichał Kępień <michal@isc.org>
Wed, 2 Aug 2023 08:47:36 +0000 (10:47 +0200)
commitdc2ea03ea27190d4fb157a6771da04edb808170d
treef1d36b87efed65ce1f4147c0d736063571877b38
parent2086be9bcafb6985e4bdd79421fe9fb44ff5c9b5
Use sub shell to isolate enviroment changes

'HOME=value command' should only change HOME for command but on
some platforms this occasionally sets HOME for the rest of the
test. Explicitly isolate the enviroment change using a sub shell.

(cherry picked from commit 96f75bba1838441d916584b69076d18e9b2f25fd)
bin/tests/system/resolver/tests.sh