X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/031f8feb8a0ce8c536e5121f51634ec0565ed403..1e97629da2ea6c1ae328912ba82d4595eb08b700:/tests/recode.py diff --git a/tests/recode.py b/tests/recode.py index 1539da0..d57db02 100755 --- a/tests/recode.py +++ b/tests/recode.py @@ -1,4 +1,4 @@ -#! /usr/bin/env python +#! /usr/bin/env python -u # # This file is part of DisOrder. # Copyright (C) 2008 Richard Kettlewell @@ -42,7 +42,7 @@ def test(): if sys.platform == "darwin": print "Sorry, cannot run this test on Darwin" # ...because local fs is always UTF-8 - return + sys.exit(77) dtest.start_daemon() dtest.create_user() dtest.rescan()