| Index: tests/checkout_test.py | 
| diff --git a/tests/checkout_test.py b/tests/checkout_test.py | 
| index d07f15ac7a80e0827d134a1843535c73b8d8bd2d..e18db0a7cdbf286cba33a5c319f80d48da296cd9 100755 | 
| --- a/tests/checkout_test.py | 
| +++ b/tests/checkout_test.py | 
| @@ -457,8 +457,8 @@ class GitCheckout(GitBaseTest): | 
| def testException(self): | 
| self._check_exception( | 
| self._get_co(None), | 
| -        'While running git apply --index -p1;\n  fatal: corrupt patch at line ' | 
| -        '12\n') | 
| +        'While running git apply --index -3 -p1;\n  fatal: corrupt patch at ' | 
| +        'line 12\n') | 
|  | 
| def testProcess(self): | 
| self._test_process(self._get_co) | 
|  |