*** subversion-r4503/subversion/tests/clients/cmdline/commit_tests.py-orig Wed Jan 22 08:16:09 2003 --- subversion-r4503/subversion/tests/clients/cmdline/commit_tests.py Tue Feb 4 16:35:37 2003 *************** *** 1037,1043 **** # Note: on Windows, files can't have angle brackets in them, so we # don't tests that case. ! if svntest.main.windows: angle_name = '$angle$' nasty_name = '#![]{}()$$%' else: --- 1037,1046 ---- # Note: on Windows, files can't have angle brackets in them, so we # don't tests that case. ! # Cygwin is Unix as far as Python is concerned, but we can't test angle ! # brackets because the underlying M$ OS refuses to create filenames ! # containing them: ! if svntest.main.windows or (sys.platform == "cygwin"): angle_name = '$angle$' nasty_name = '#![]{}()$$%' else: