fix: make test suite run on Macs
Change the radenv.sh script to use tilde expansion instead of getent. Macs do not have a getent - that’s a tool that’s specific to glibc, so it’s mostly only available on Linux systems. But we don’t need that: Bash can do the expansion directly.
Signed-off-by: Lars Wirzenius liw@liw.fi
Change the radenv.sh script to use tilde expansion instead of getent. Macs do not have a getent - that’s a tool that’s specific to glibc, so it’s mostly only available on Linux systems. But we don’t need that: Bash can do the expansion directly.
Signed-off-by: Lars Wirzenius liw@liw.fi