diff options
author | Matthew Smith <mgsmith@netgate.com> | 2024-04-02 18:27:19 +0000 |
---|---|---|
committer | Matthew Smith <mgsmith@netgate.com> | 2024-04-02 18:35:06 +0000 |
commit | b48325100babf57118f3996b5584594050e0cf13 (patch) | |
tree | 8bb89e13a6fe27144956aa436b09bef339fea79c /test/vpp_ip_route.py | |
parent | 461aaa8d7a3bde05de675133b196f206287e2d60 (diff) |
tests: figure out correct version of sed to run
In run_in_venv_with_cleanup.sh, sed was changed to gsed to allow the
script to run properly on FreeBSD because the sed script uses an
expression that is specific to the gnu sed. Gnu sed is available to
be invoked as gsed on FreeBSD systems, but there is no executable or
symlink which allows sed to be run by the name gsed on ubuntu 22.04.
Check for the existence of gsed. If it's found, use it. Otherwise, just
use sed.
Type: fix
Fixes: b3c863eae4
Signed-off-by: Matthew Smith <mgsmith@netgate.com>
Change-Id: I487197e486f500711aa3e87ec7ba899a53606b40
Diffstat (limited to 'test/vpp_ip_route.py')
0 files changed, 0 insertions, 0 deletions