X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/031f8feb8a0ce8c536e5121f51634ec0565ed403..9944848ae35d2a1cc38c48eaee41920d0d510439:/tests/recode.py?ds=inline 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()