Description: make run-test.sh script use the Bash interpreter
 This script contains bashisms.
Origin: vendor
Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=530117
Last-Update: 2013-11-29

--- a/tests/run-test.sh
+++ b/tests/run-test.sh
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 
 topdir=".."
 for f in `find . -name '*.rb'`; do
