Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tests/PHPUnit/Plugins/UserAgentParserEnhancedTest.php')
-rw-r--r--tests/PHPUnit/Plugins/UserAgentParserEnhancedTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/PHPUnit/Plugins/UserAgentParserEnhancedTest.php b/tests/PHPUnit/Plugins/UserAgentParserEnhancedTest.php
index bca2a50de5..0fbf135867 100644
--- a/tests/PHPUnit/Plugins/UserAgentParserEnhancedTest.php
+++ b/tests/PHPUnit/Plugins/UserAgentParserEnhancedTest.php
@@ -20,7 +20,7 @@ class UserAgentParserEnhancedTest extends PHPUnit_Framework_TestCase
$processed = Spyc::YAMLDump($parsed, false, $wordWrap = 0);
$processedPath = $fixturesPath . '.new';
file_put_contents($processedPath, $processed);
- $diffCommand = "diff";
+ $diffCommand = "diff -a1 -b1";
$command = "{$diffCommand} $fixturesPath $processedPath";
echo $command . "\n";
echo shell_exec($command);