From 7f30cd15401b7c9d22af0690ee03f2c40415b502 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Fri, 17 Aug 2012 23:54:29 -0400 Subject: gcc-config: fix relative ROOT handling Fix suggested by Greg. URL: https://bugs.gentoo.org/431104 Reported-by: Greg Turner Signed-off-by: Mike Frysinger --- tests/multi-native-selected-configs/test.list | 8 +++++++- tests/multi-native-selected-configs/test.list.exp | 10 ++++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/multi-native-selected-configs/test.list b/tests/multi-native-selected-configs/test.list index 8e2a891..7c351a1 100644 --- a/tests/multi-native-selected-configs/test.list +++ b/tests/multi-native-selected-configs/test.list @@ -1,3 +1,9 @@ #!/bin/bash gcc-config -C -l "$@" -[[ $? -eq 0 ]] +[[ $? -eq 0 ]] || exit 1 + +( +cd "${ROOT}" +ROOT=. gcc-config -C -l "$@" +[[ $? -eq 0 ]] || exit 1 +) diff --git a/tests/multi-native-selected-configs/test.list.exp b/tests/multi-native-selected-configs/test.list.exp index 2bd4005..e2a79dd 100644 --- a/tests/multi-native-selected-configs/test.list.exp +++ b/tests/multi-native-selected-configs/test.list.exp @@ -5,6 +5,16 @@ Using gcc-config info in @ROOT@/ [3] sh4-unknown-linux-gnu-4.5.3 * + [4] x86_64-pc-linux-gnu-4.6.0 + [5] x86_64-pc-linux-gnu-4.6.1 * + [6] x86_64-pc-linux-gnu-4.6.2 +Using gcc-config info in @ROOT@/./ + [1] avr-4.5.3 * + + [2] powerpc64-unknown-linux-gnu-4.5.3 * + + [3] sh4-unknown-linux-gnu-4.5.3 * + [4] x86_64-pc-linux-gnu-4.6.0 [5] x86_64-pc-linux-gnu-4.6.1 * [6] x86_64-pc-linux-gnu-4.6.2 -- cgit v1.2.3-65-gdbad