fix flakey text

reported by @aalexandre. Sharing filenames is bad.

done with

  ./tools/import_zend_test.py -z /tmp/php-5.4.13/ -o bug41445
Esse commit está contido em:
Paul Tarjan
2013-05-09 07:43:45 -07:00
commit de Sara Golemon
commit b3ededfdc6
2 arquivos alterados com 4 adições e 2 exclusões
@@ -1,6 +1,6 @@
<?php
$file = dirname(__FILE__)."/bug41445.ini";
$file = dirname(__FILE__)."/bug41445_1.ini";
$data = <<<DATA
[2454.33]
+3 -1
Ver Arquivo
@@ -235,7 +235,6 @@ other_files = (
'/ext-standard-file/test2.csv',
'/ext-standard-file/test3.csv',
'/ext-standard-file/fopen_include_path.inc',
'/ext-standard-general_functions/bug41445.ini',
'/ext-standard-image/bug13213.jpg',
'/ext-standard-image/246x247.png',
'/ext-standard-image/384x385.png',
@@ -534,6 +533,9 @@ def walk(filename, source):
test = test.replace('symlink.txt', 'lchgrp_basic_symlink.txt')
if '/ext-standard-file/tempnam_variation5.php' in full_dest_filename:
test = test.replace('tempnam_variation6', 'tempnam_variation5')
if '/ext-standard-general_functions/bug41445_1.php' in full_dest_filename:
test = test.replace('bug41445.ini', 'bug41445_1.ini')
file(full_dest_filename, 'w').write(test)