aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorJake Petroules <jake.petroules@qt.io>2016-12-11 22:20:59 -0800
committerJake Petroules <jake.petroules@qt.io>2016-12-12 16:30:41 +0000
commitbd1aa72364dca7523e547ae120deeddc1304cc08 (patch)
tree0f6329314adad3ddc1e14b0e9d58b7caa044ffe2 /tests
parentb026a92b4f8c1646da7da196f5304043c5425cb2 (diff)
Fix erroneousFiles test on Windows when ls.exe is in the PATH
Change-Id: Iaaf229fe1794c70564bf7d898b49c37835da22db Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/blackbox/tst_blackbox.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/blackbox/tst_blackbox.cpp b/tests/auto/blackbox/tst_blackbox.cpp
index 15e28a5c1..05ee134ff 100644
--- a/tests/auto/blackbox/tst_blackbox.cpp
+++ b/tests/auto/blackbox/tst_blackbox.cpp
@@ -2354,7 +2354,7 @@ void TestBlackbox::erroneousFiles_data()
{
QTest::addColumn<QString>("errorMessage");
QTest::newRow("nonexistentWorkingDir")
- << "The working directory '.does.not.exist' for process '.*ls' is invalid.";
+ << "The working directory '.does.not.exist' for process '.*ls.*' is invalid.";
}
void TestBlackbox::erroneousFiles()