diff options
Diffstat (limited to 'test/143-string-value/check')
| -rwxr-xr-x | test/143-string-value/check | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/143-string-value/check b/test/143-string-value/check index cdf7b783a3..92f6e90023 100755 --- a/test/143-string-value/check +++ b/test/143-string-value/check @@ -14,7 +14,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Strip run-specific numbers (pid and line number) -sed -e 's/^art E[ ]\+[0-9]\+[ ]\+[0-9]\+ art\/runtime\/native\/java_lang_Class.cc:[0-9]\+\] //' "$2" > "$2.tmp" +# Strip error log messages. +sed -e '/^art E.*\] /d' "$2" > "$2.tmp" diff --strip-trailing-cr -q "$1" "$2.tmp" >/dev/null |