Removed
Link Here
|
1 |
--- tests/testsuite.orig 2022-03-17 02:45:47 UTC |
2 |
+++ tests/testsuite |
3 |
@@ -8737,7 +8737,7 @@ at_xfail=no |
4 |
|
5 |
{ set +x |
6 |
$as_echo "$at_srcdir/demo.at:513: case \$host in |
7 |
-hppa*|x86_64*|s390*) |
8 |
+hppa*|amd64*|x86_64*|s390*) |
9 |
# These hosts cannot use non-PIC shared libs |
10 |
exit 77 ;; |
11 |
*-solaris*|*-sunos*) |
12 |
@@ -8762,7 +8762,7 @@ fi |
13 |
" |
14 |
at_fn_check_prepare_notrace 'a `...` command substitution' "demo.at:513" |
15 |
( $at_check_trace; case $host in |
16 |
-hppa*|x86_64*|s390*) |
17 |
+hppa*|amd64*|x86_64*|s390*) |
18 |
# These hosts cannot use non-PIC shared libs |
19 |
exit 77 ;; |
20 |
*-solaris*|*-sunos*) |
21 |
- |