diff options
-rwxr-xr-x | test/etc/host-run-test-jar | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/etc/host-run-test-jar b/test/etc/host-run-test-jar index 36290f4..d2b3fb1 100755 --- a/test/etc/host-run-test-jar +++ b/test/etc/host-run-test-jar @@ -229,7 +229,7 @@ else # If we are execing /bin/false we might not be on the same ISA as libsigchain.so # ld.so will helpfully warn us of this. Unfortunately this messes up our error # checking so we will just filter out the error with a grep. - LD_PRELOAD=libsigchain.so $cmdline "$@" 2>&1 | grep -v -E "^ERROR: ld\.so: object '.+\.so' from LD_PRELOAD cannot be preloaded: ignored\.$" + LD_PRELOAD=libsigchain.so $cmdline "$@" 2>&1 | grep -v -E "^ERROR: ld\.so: object '.+\.so' from LD_PRELOAD cannot be preloaded.*: ignored\.$" # Add extra detail if time out is enabled. if [ ${PIPESTATUS[0]} = 124 ] && [ "$TIME_OUT" = "y" ]; then echo -e "\e[91mTEST TIMED OUT!\e[0m" >&2 |