patch (tests): oops missed a ref

tbf i didn't check anything and yolo'd it
...so definitely not unexpected
This commit is contained in:
2022-08-21 18:50:02 +05:30
parent 639a8847e7
commit 804efb6b39

View File

@@ -114,7 +114,7 @@ if check_compilers; then
if compile; then
if test "$@"; then
echo "completed with exit code $?"
ln -sfn "${oname}" "${project_root}/dev/stdouterr"
ln -sfn "${oname}" "${test_dir}/stdouterr"
fi
fi
else