tests: Don't require bash.

Instead merge continuous regions of colored output. This way different
shell implementations shouldn't make a difference.
This commit is contained in:
Simon Ruderich
2013-07-01 03:12:24 +02:00
parent 2c55827f6f
commit b926752fac
9 changed files with 25 additions and 26 deletions

View File

@@ -1,7 +1,4 @@
#!/bin/bash
# Use bash to get consistent test results, /bin/sh can point to multiple
# shells with different behaviour.
#!/bin/sh
# Copyright (C) 2013 Simon Ruderich
#