X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Ftest%2F002%2Ftest.py;h=919a70ab52f909fe521a1430a66be2f2f331cde9;hb=d9822f04453a1b62ca0aa66e2efeea35f654778f;hp=367a1de062324461c4ea2f1993719ac2a31243bd;hpb=30413cf0ff7bc21b8d2b8b4346406357fe55dc19;p=dak.git diff --git a/dak/test/002/test.py b/dak/test/002/test.py old mode 100755 new mode 100644 index 367a1de0..919a70ab --- a/dak/test/002/test.py +++ b/dak/test/002/test.py @@ -1,8 +1,7 @@ #!/usr/bin/env python # Check utils.parse_changes()'s for handling empty files -# Copyright (C) 2000 James Troup -# $Id: test.py,v 1.1 2001-03-02 02:31:07 troup Exp $ +# Copyright (C) 2000, 2006 James Troup # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -31,7 +30,7 @@ import utils def fail(message): sys.stderr.write("%s\n" % (message)) sys.exit(1) - + ################################################################################ def main ():