| Index: base/process/process_util_unittest.cc
|
| diff --git a/base/process/process_util_unittest.cc b/base/process/process_util_unittest.cc
|
| index 6c1a3f1d7619d2b128efb58b6c810c2c79023eae..cf83aa751815406817e88d8beacdd41ecd82d41a 100644
|
| --- a/base/process/process_util_unittest.cc
|
| +++ b/base/process/process_util_unittest.cc
|
| @@ -75,7 +75,7 @@ const char kShellPath[] = "/system/bin/sh";
|
| const char kPosixShell[] = "sh";
|
| #else
|
| const char kShellPath[] = "/bin/sh";
|
| -const char kPosixShell[] = "bash";
|
| +const char kPosixShell[] = "sh";
|
| #endif
|
| #endif // defined(OS_POSIX)
|
|
|
|
|