diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2020-06-20 22:11:33 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-06-20 22:11:33 +0100 |
commit | 5ace3720085a66106dc8dc878e3544c70974327d (patch) | |
tree | 54da764411d5c5c1af158658ac334a84fc329818 /tests | |
parent | gcc-config: install /usr/bin/c{89,99}, take over from toolchain.eclass (diff) | |
download | gcc-config-5ace3720085a66106dc8dc878e3544c70974327d.tar.gz gcc-config-5ace3720085a66106dc8dc878e3544c70974327d.tar.bz2 gcc-config-5ace3720085a66106dc8dc878e3544c70974327d.zip |
tests: fix 'insanity' tests
commit 8a4854aec042f
("gcc-config: make USE_NATIVE_LINKS=no to clean stale symlinks")
dropped warnings around 'insanity' checks.
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/rw-multi-native-configs/test.select-insane.exp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/tests/rw-multi-native-configs/test.select-insane.exp b/tests/rw-multi-native-configs/test.select-insane.exp index 0d7954d..1ad9fdc 100644 --- a/tests/rw-multi-native-configs/test.select-insane.exp +++ b/tests/rw-multi-native-configs/test.select-insane.exp @@ -1,5 +1,2 @@ * Switching native-compiler to x86_64-pc-linux-gnu-4.6.2 ... [ ok ] - * Switching native-compiler to x86_64-pc-linux-gnu-4.7.0 ... - * double insanity with x86_64-pc-linux-gnu-gcj and @ROOT@//usr/x86_64-pc-linux-gnu/gcc-bin/4.7.0/gcj - * double insanity with gcj and @ROOT@//usr/x86_64-pc-linux-gnu/gcc-bin/4.7.0/gcj - [ ok ] + * Switching native-compiler to x86_64-pc-linux-gnu-4.7.0 ... [ ok ] |