mirror of
git://git.savannah.gnu.org/config.git
synced 2025-06-10 00:10:21 +12:00
* testsuite/config-guess.sh: Don't export PATH.
This commit is contained in:
parent
f16804b79e
commit
73a7864117
@ -1,3 +1,7 @@
|
|||||||
|
2012-07-31 Ben Elliston <bje@gnu.org>
|
||||||
|
|
||||||
|
* testsuite/config-guess.sh: Don't export PATH.
|
||||||
|
|
||||||
2012-07-31 Earnie Boyd <earnie@users.sourceforge.net>
|
2012-07-31 Earnie Boyd <earnie@users.sourceforge.net>
|
||||||
Ben Elliston <bje@gnu.org>
|
Ben Elliston <bje@gnu.org>
|
||||||
|
|
||||||
|
@ -1,13 +1,13 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
#
|
#
|
||||||
# Copyright 2004, 2005, 2009 Free Software Foundation, Inc.
|
# Copyright 2004, 2005, 2009, 2012 Free Software Foundation, Inc.
|
||||||
# Contributed by Ben Elliston <bje@gnu.org>.
|
# Contributed by Ben Elliston <bje@gnu.org>.
|
||||||
#
|
#
|
||||||
# This test reads 5-tuples from config-guess.data: the components of
|
# This test reads 5-tuples from config-guess.data: the components of
|
||||||
# the simulated uname(1) output and the expected GNU system triplet.
|
# the simulated uname(1) output and the expected GNU system triplet.
|
||||||
|
|
||||||
verbose=false
|
verbose=false
|
||||||
export PATH=`pwd`:$PATH
|
PATH=`pwd`:$PATH
|
||||||
|
|
||||||
run_config_guess ()
|
run_config_guess ()
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user