diff options
Diffstat (limited to 'tests/arch_is_concerned.sh')
-rwxr-xr-x | tests/arch_is_concerned.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/arch_is_concerned.sh b/tests/arch_is_concerned.sh index 7614dad..8398b42 100755 --- a/tests/arch_is_concerned.sh +++ b/tests/arch_is_concerned.sh @@ -123,12 +123,12 @@ main() 'amd64-linux-glibc all' command_ok_ \ 'HOST "i686-linux-glibc" DOES NOT MATCH ARCH '$(: \ - )'"amd64-linux-glibc all"' --\ + )'"amd64-linux-glibc all"' -- \ not arch_is_concerned \ 'i686-linux-glibc' \ 'amd64-linux-glibc all' command_ok_ \ - 'HOST "all" DOES MATCH ARCH "amd64-linux-glibc all"' -- \ + 'HOST "all" DOES MATCH ARCH "amd64-linux-glibc all"' -D TODO --\ arch_is_concerned \ 'all' \ 'amd64-linux-glibc all' |