Skip to content

Fix tempnam() path in test when running from out-of-source #14326

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 25, 2024

Conversation

petk
Copy link
Member

@petk petk commented May 25, 2024

This fixes test when running the test from unusual paths such as in out-of-source builds:

mkdir php-build
cd php-build
../buildconf
../configure
make
./sapi/cli/php ../run-tests.php ../ext/standard/tests/file/002.phpt

This fixes test when running the test from unusual paths such as in
out-of-source builds:

```sh
mkdir php-build
cd php-build
../buildconf
../configure
make
./sapi/cli/php ../run-tests.php ../ext/standard/tests/file/002.phpt
```
@petk petk force-pushed the patch-tempnam-test branch from c7c6d0d to 902ae0b Compare May 25, 2024 18:46
@petk petk merged commit 1b78121 into php:master May 25, 2024
10 checks passed
@petk petk deleted the patch-tempnam-test branch May 25, 2024 21:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants