tests: Use bash to get consistent test results.

This commit is contained in:
Simon Ruderich
2013-06-02 23:39:14 +02:00
parent e362a42f56
commit e091b977de
4 changed files with 12 additions and 6 deletions

View File

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