Skip to content

Commit 7264387

Browse files
committed
Fix how we get the cwd for tests
1 parent 1e2fd52 commit 7264387

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/bootstrap.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
die( 'Not an entry point' );
55
}
66

7-
$pwd = exec( 'pwd' );
7+
$pwd = getcwd();
88
chdir( __DIR__ . '/..' );
99
passthru( 'composer update' );
1010
chdir( $pwd );

0 commit comments

Comments
 (0)