mirror of
git://git.savannah.gnu.org/config.git
synced 2025-06-09 16:00:22 +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>
|
||||
Ben Elliston <bje@gnu.org>
|
||||
|
||||
|
@ -1,13 +1,13 @@
|
||||
#!/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>.
|
||||
#
|
||||
# This test reads 5-tuples from config-guess.data: the components of
|
||||
# the simulated uname(1) output and the expected GNU system triplet.
|
||||
|
||||
verbose=false
|
||||
export PATH=`pwd`:$PATH
|
||||
PATH=`pwd`:$PATH
|
||||
|
||||
run_config_guess ()
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user