• Show log

    Commit

  • Hash : e4c911bb
    Author : Paul Eggert
    Date : 2025-09-21T13:49:18

    tests: avoid grep in init.sh
    
    * tests/init.sh (warn_, gl_shell_test_script_):
    Avoid the use of grep, as that introduces an unwanted dependency.
    On older systems like Solaris there can be many greps and they
    can be buggy, so it’s better to not rely on them in a central
    part of the test harness.