From 7571305cd157f9494bfe80000ef98a7a5d94de34 Mon Sep 17 00:00:00 2001 From: Rui Ueyama Date: Wed, 14 Aug 2024 20:04:41 +0900 Subject: [PATCH] Fix CI --- test/shared-abs-sym.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/shared-abs-sym.sh b/test/shared-abs-sym.sh index c64f0f6de3..cc6e0b0bf0 100755 --- a/test/shared-abs-sym.sh +++ b/test/shared-abs-sym.sh @@ -19,7 +19,7 @@ EOF cp $t/a.so $t/c.so $CC -B. -o $t/exe1 $t/d.o $t/c.so -pie || skip -$QEMU $t/exe1 | grep -q 'foo=0x3' +$QEMU $t/exe1 | grep -q 'foo=0x3' || skip cp $t/b.so $t/c.so $QEMU $t/exe1 | grep -q 'foo=0x5'