]> granicus.if.org Git - php/commitdiff
- useless skipif
authorPierre Joye <pajoye@php.net>
Tue, 6 Sep 2011 15:49:28 +0000 (15:49 +0000)
committerPierre Joye <pajoye@php.net>
Tue, 6 Sep 2011 15:49:28 +0000 (15:49 +0000)
ext/standard/tests/strings/sha1_file.phpt

index 3013adc34c7211df51746de0d61925739e482ce5..574d384c2058ccc2183a7aa0ddd7172cf022e293 100644 (file)
@@ -1,17 +1,5 @@
 --TEST--
 Test sha1_file() function with ASCII output and raw binary output. Based on ext/standard/tests/strings/md5_file.phpt
---SKIPIF--
-<?php
-
-$path = dirname(__FILE__);
-$data_file = "$path/EmptyFile.txt";
-$data_file1 = "$path/DataFile.txt";
-if !(($fp = fopen($data_file, 'w')) || ($fp1 = fopen($data_file1, 'w'))  {
-  echo "File could not be created ,hence exiting from testcase due to pre-requisite failure\n";
-}
-fclose( $fp );
-fclose( $fp1 );
-
 --FILE--
 <?php