diff options
Diffstat (limited to 'tests/misc/arch')
-rwxr-xr-x | tests/misc/arch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/misc/arch b/tests/misc/arch index c568b48fb..3a510b6de 100755 --- a/tests/misc/arch +++ b/tests/misc/arch @@ -1,7 +1,7 @@ #!/bin/sh # Ensure that arch output is equal to uname -m -# Copyright (C) 2007 Free Software Foundation, Inc. +# Copyright (C) 2007-2008 Free Software Foundation, Inc. # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -16,7 +16,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. -. $srcdir/../test-lib.sh +. $top_srcdir/tests/test-lib.sh # skip this test if arch isn't being built. case " $built_programs " in |