summaryrefslogtreecommitdiff
path: root/www/iridium/files/patch-base_path__service__unittest.cc
blob: 20ffac278abcbb2d672ee79e510ec5a9a6d1b8db (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- base/path_service_unittest.cc.orig	2020-03-23 15:23:42 UTC
+++ base/path_service_unittest.cc
@@ -36,7 +36,7 @@ bool ReturnsValidPath(int dir_type) {
   if (dir_type == DIR_CACHE)
     check_path_exists = false;
 #endif
-#if defined(OS_LINUX)
+#if defined(OS_LINUX) || defined(OS_BSD)
   // On the linux try-bots: a path is returned (e.g. /home/chrome-bot/Desktop),
   // but it doesn't exist.
   if (dir_type == DIR_USER_DESKTOP)