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
1 file changed
+24
-3
c7cbcb00
→
40cb793a
modified ci-broker.md
@@ -156,10 +156,8 @@ set -euo pipefail
|
|
|
|
|
|
| - | |
| - | |
|
|
| - | |
| + | |
|
|
|
|
|
@@ -481,6 +479,29 @@ we have not convenient way to know the repository ID.
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|