diff --git a/tests/test-fix.t b/tests/test-fix.t --- a/tests/test-fix.t +++ b/tests/test-fix.t @@ -1785,7 +1785,7 @@ $ cat >> $LOGGER < # Appends the input file's name to the log file. > import sys - > with open('$LOGFILE', 'a') as f: + > with open(r'$LOGFILE', 'a') as f: > f.write(sys.argv[1] + '\n') > sys.stdout.write(sys.stdin.read()) > EOF