* tests/run.in: reset some envvars to avoid spurious failures.

This commit is contained in:
Alexandre Duret-Lutz 2020-02-16 16:08:51 +01:00
parent a1acc19c2b
commit 5b7961257d

View file

@ -1,6 +1,6 @@
#!/bin/sh
# -*- coding: utf-8 -*-
# Copyright (C) 2010, 2011, 2014-2016, 2018, 2019 Laboratoire de Recherche
# Copyright (C) 2010-2011, 2014-2016, 2018-2020 Laboratoire de Recherche
# et Developpement de l'EPITA (LRDE).
# Copyright (C) 2003, 2004 Laboratoire d'Informatique de Paris 6
# (LIP6), département Systèmes Répartis Coopératifs (SRC), Université
@ -61,6 +61,12 @@ export top_builddir
top_srcdir='@abs_top_srcdir@'
export top_srcdir
# Reset those variables, as they may affect the output of DOT.
SPOT_DOTEXTRA=
export SPOT_DOTEXTRA
SPOT_DOTDEFAULT=
export SPOT_DOTDEFAULT=
SPOT_UNINSTALLED=1
export SPOT_UNINSTALLED