runInMachine: Unset another variable

Thanks @cstrahan.
This commit is contained in:
Eelco Dolstra 2016-09-09 20:02:25 +02:00
parent fed3501b07
commit 4dcb685af9

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}'