mirror of
https://github.com/rui314/mold.git
synced 2024-11-15 14:36:25 +03:00
Fix a broken test
This commit is contained in:
parent
4717afacf3
commit
5761dbc399
@ -5,10 +5,10 @@ echo -n "Testing $(basename -s .sh $0) ... "
|
||||
t=$(pwd)/tmp/$(basename -s .sh $0)
|
||||
mkdir -p $t
|
||||
|
||||
../mold -v | grep -Pq 'mold .*\; compatible with GNU ld and GNU gold\)'
|
||||
../mold --version | grep -Pq 'mold .*\; compatible with GNU ld and GNU gold\)'
|
||||
../mold -v | grep -q 'mold .*compatible with GNU ld and GNU gold'
|
||||
../mold --version | grep -q 'mold .*compatible with GNU ld and GNU gold'
|
||||
|
||||
../mold -V | grep -Pq 'mold .*\; compatible with GNU ld and GNU gold\)'
|
||||
../mold -V | grep -q 'mold .*compatible with GNU ld and GNU gold'
|
||||
../mold -V | grep -q elf_x86_64
|
||||
../mold -V | grep -q elf_i386
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user