]> Sergey Matveev's repositories - bfs.git/commit
tests: Don't cd into paths longer than PATH_MAX
authorTavian Barnes <tavianator@tavianator.com>
Mon, 2 Oct 2023 16:57:26 +0000 (12:57 -0400)
committerTavian Barnes <tavianator@tavianator.com>
Mon, 2 Oct 2023 16:57:26 +0000 (12:57 -0400)
commit9907004a1bb047e0644bf6d180aeb8b6ac23b1bb
tree72ece06cb49fc95ced7f76f8466a586c02797a4c
parent52de184ba28551734e1cb13233588504ab5f62ec
tests: Don't cd into paths longer than PATH_MAX

This fixes a warning on at least Alpine Linux that looks like

    cd: error retrieving current directory: getcwd: cannot access parent directories: Filename too long
tests/tests.sh