runInMachine: Unset another variable

Thanks @cstrahan.

(cherry picked from commit 4dcb685af9)
This commit is contained in:
Eelco Dolstra 2016-09-09 20:02:25 +02:00
parent d97b17b136
commit 7d67325976

View file

@ -181,7 +181,7 @@ rec {
eval $i2=/tmp/xchg/$_basename
${coreutils}/bin/ls -la $xchg
done
unset i i2 _basename
unset i i2 _basename xchg
export > $xchg/saved-env
export tests='${testScript}'