#294 test_metaflac.sh depends on GNU specific parms for grep/diff

closed-fixed
Josh Coalson
5
2007-08-29
2007-08-28
laurent
No

On Solaris 10, flac 1.2.0.
test_metaflac.sh fails on the first test: the parameters used for grep and diff are not valid with the Solaris' versions of those tools.

It's trivial to change, see the attached patch. It fixes the issue for Solaris, and I think it should work for any Unix/Linux as well.

Discussion

  • laurent
    laurent
    2007-08-28

    Patch for test_metaflac.sh: remove GNU-specific parms for grep/diff

     
  • Josh Coalson
    Josh Coalson
    2007-08-29

    • assigned_to: nobody --> jcoalson
    • status: open --> open-accepted
     
  • Josh Coalson
    Josh Coalson
    2007-08-29

    Logged In: YES
    user_id=78173
    Originator: NO

    fixed, I added a check for egrep vs grep -E too

     
  • Josh Coalson
    Josh Coalson
    2007-08-29

    • status: open-accepted --> closed-fixed