diff options
| author | Jussi Pakkanen <jpakkane@gmail.com> | 2013-03-24 19:38:44 +0200 |
|---|---|---|
| committer | Jussi Pakkanen <jpakkane@gmail.com> | 2013-03-24 19:38:44 +0200 |
| commit | 6bbaba5a8230003fca393ad8ccc3971f2b2f349e (patch) | |
| tree | c40a79a45ca8ecc352ba9586d3933e97a31f8e78 /run_tests.py | |
| parent | 8ba79591bccd50a1f0589214bb431bfc52cac768 (diff) | |
| download | meson-6bbaba5a8230003fca393ad8ccc3971f2b2f349e.tar.gz | |
Removed -tt from shebang lines because GNU env can't handle it and the
test suite now checks for tabs.
Diffstat (limited to 'run_tests.py')
| -rwxr-xr-x | run_tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/run_tests.py b/run_tests.py index dd13669d3..1cfb42f8d 100755 --- a/run_tests.py +++ b/run_tests.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python3 -tt +#!/usr/bin/env python3 # Copyright 2012 Jussi Pakkanen |
