Skip to content

Commit e04fdfe

Browse files
committed
another realpath
1 parent 0e3551b commit e04fdfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/tests/TestBehatTags.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ class TestBehatTags extends TestCase {
1717
protected function set_up(): void {
1818
parent::set_up();
1919

20-
$this->temp_dir = Utils\get_temp_dir() . uniqid( 'wp-cli-test-behat-tags-', true );
20+
$this->temp_dir = realpath( Utils\get_temp_dir() . uniqid( 'wp-cli-test-behat-tags-', true ) );
2121
mkdir( $this->temp_dir );
2222
mkdir( $this->temp_dir . '/features' );
2323
}

0 commit comments

Comments
 (0)