Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(472)

Unified Diff: ports/devenv/tests/devenv_large_test.js

Issue 1528183003: Fix devenv tests (Closed) Base URL: https://chromium.googlesource.com/webports.git@master
Patch Set: Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ports/devenv/tests/devenv_large_test.js
diff --git a/ports/devenv/tests/devenv_large_test.js b/ports/devenv/tests/devenv_large_test.js
index 633272a96188f4a6a3ea93dad8d4b918f438ddd2..e1a45347dba6f6f203188eb87d421912796d83a1 100644
--- a/ports/devenv/tests/devenv_large_test.js
+++ b/ports/devenv/tests/devenv_large_test.js
@@ -91,8 +91,7 @@ TEST_F(DevEnvFileTest, 'testGit', function() {
}).then(function() {
return self.checkCommandReLines(
'cd foo && git init', 0,
- ['warning: templates not found ' +
- '/.*-dummydir/share/git-core/templates',
+ [/^warning: templates not found \/.*\/share\/git-core\/templates/,
'Initialized empty Git repository in /home/user/foo/.git/']);
}).then(function() {
return self.checkCommand('mkdir foo/bar', 0, '');
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698