tests: posix: add environment script for sourcing in tests

This commit is contained in:
Emma Tebibyte 2024-05-27 22:12:54 -06:00
parent 8508479a5b
commit 9bfc587623
Signed by: emma
GPG Key ID: 06FA419A1698C270

3
tests/posix/posix_env Normal file
View File

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