diff options
Diffstat (limited to 'test/089-many-methods/check')
-rwxr-xr-x | test/089-many-methods/check | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/089-many-methods/check b/test/089-many-methods/check index 594626a..65b7139 100755 --- a/test/089-many-methods/check +++ b/test/089-many-methods/check @@ -15,6 +15,6 @@ # limitations under the License. # Strip build error debug messages, as they are environment-specific. -sed -e '/^Failed to build/d' -e '/^Non-canonical tmpdir/d' -e '/^Args:/d' "$2" > "$2.tmp" +sed -e '/^Failed to build/d' -e '/^Non-canonical tmpdir/d' -e '/^Args:/d' -e '/^Max filename/d' -e '/^Max pathlength/d' "$2" > "$2.tmp" diff --strip-trailing-cr -q "$1" "$2.tmp" >/dev/null
\ No newline at end of file |