fix race condition in SplFileInfo_getInode_basic
commitfe7efe7192b205ea30d246db3f17765d8bd6fab8
authorPaul Tarjan <ptarjan@fb.com>
Thu, 25 Apr 2013 18:01:27 +0000 (25 11:01 -0700)
committerSara Golemon <sgolemon@fb.com>
Fri, 26 Apr 2013 16:30:15 +0000 (26 09:30 -0700)
treeac053ccb180d28bffc0c7d93060aff0a425c440a
parent52305fda58defde16dbfbec6edce043ac5ac857b
fix race condition in SplFileInfo_getInode_basic

These failed once on @smith's diff and I think it was from them both running at the same time.

I'm not really sure why the others changed their path, but that is the original zend file.
It shouldn't matter as it is a error line that will be set to whatever we print out if the test passes.

Done with:

  tools/import_zend_test.py -z /tmp/php-5.4.13/ -o SplFileInfo_get
hphp/test/zend/bad/ext-spl/SplFileInfo_getGroup_error.php.expectf
hphp/test/zend/bad/ext-spl/SplFileInfo_getInode_error.php.expectf
hphp/test/zend/bad/ext-spl/SplFileInfo_getOwner_error.php.expectf
hphp/test/zend/good/ext-spl/SplFileInfo_getInode_basic.php
hphp/test/zend/good/ext-spl/SplFileInfo_getPerms_basic.php
hphp/tools/import_zend_test.py