Home | History | Annotate | Download | only in tests
      1 #! /bin/sh
      2 
      3 # Size of structure s1 differs between 32-bit and 64-bit programs.
      4 sed "s/inside a block of size [0-9]* alloc'd/inside a block of size ... alloc'd/" |
      5 
      6 ./filter_stderr "$@"
      7 
      8 exit 0
      9