aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/svndiff.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/svndiff.py')
-rwxr-xr-xtools/svndiff.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/svndiff.py b/tools/svndiff.py
index 9e51eee22c..bb064b7d58 100755
--- a/tools/svndiff.py
+++ b/tools/svndiff.py
@@ -311,8 +311,7 @@ if __name__ == '__main__':
'will search for it in typical directories near this '
'script')
parser.add_option(OPTION_SOURCE_DIR,
- action='store', type='string',
- default=os.path.join('expectations', 'gm'),
+ action='store', type='string', default='.',
help='root directory within which to compare all ' +
'files; defaults to "%default"')
(options, args) = parser.parse_args()