From b41323642bffd3761f73a8c9dc8260546d7533f1 Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Mon, 17 Aug 2009 19:14:42 +0000 Subject: #517814 by jmstacey, justinrandell, pwolanin, drewish, Jody Lynn, aaron, dopry, and c960657: Converted File API to stream wrappers, for enhanced private/public file handling, and the ability to reference other storage mechanisms such as s3:// and flicker://. --- scripts/run-tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/run-tests.sh') diff --git a/scripts/run-tests.sh b/scripts/run-tests.sh index 9b056b773..a5f8b67a8 100755 --- a/scripts/run-tests.sh +++ b/scripts/run-tests.sh @@ -401,7 +401,7 @@ function simpletest_script_get_test_list() { elseif ($args['file']) { $files = array(); foreach ($args['test_names'] as $file) { - $files[realpath($file)] = 1; + $files[drupal_realpath($file)] = 1; } // Check for valid class names. -- cgit v1.2.3