commit | 90867a5abab7fc866e4cb392c34242b49ea45258 | [log] [tgz] |
---|---|---|
author | Larry Hastings <larry@hastings.org> | Fri Jun 22 17:01:41 2012 -0700 |
committer | Larry Hastings <larry@hastings.org> | Fri Jun 22 17:01:41 2012 -0700 |
tree | d3679e78a6967d5e2773680beab879b25a1e7e39 | |
parent | 9cf065cfdc4245ea7e31edcb2e6ede0cea47d148 [diff] [blame] |
Issue #14626: Fix buildbot issues on FreeBSD (AMD64). (Fingers crossed.)
diff --git a/Lib/test/test_shutil.py b/Lib/test/test_shutil.py index ad835ae..1929237 100644 --- a/Lib/test/test_shutil.py +++ b/Lib/test/test_shutil.py
@@ -296,7 +296,7 @@ def make_chflags_raiser(err): ex = OSError() - def _chflags_raiser(path, flags): + def _chflags_raiser(path, flags, *, follow_symlinks=True): ex.errno = err raise ex return _chflags_raiser