tests: posix: add environment script for sourcing in tests

This commit is contained in:
2024-05-27 22:12:54 -06:00
parent 8508479a5b
commit 9bfc587623

3
tests/posix/posix_env Normal file
View File

@@ -0,0 +1,3 @@
#!/bin/sh
PATH="$PWD/bin:$PATH"