From bbe9a2c1e6699aa7e58f29a33fbee9587c866426 Mon Sep 17 00:00:00 2001 From: Kir Kolyshkin Date: Fri, 13 Sep 2013 11:46:58 -0700 Subject: [PATCH] test/zdtm.sh: require bash There are a lot of bash-only statements in this script, so let's ask for /bin/bash explicitly to avoid weird errors when running on e.g. Debian which have dash installed by default. Alternatively, we can rewrite this to be pure shell, but it's too much work to do. Signed-off-by: Kir Kolyshkin Acked-by: Andrew Vagin Signed-off-by: Pavel Emelyanov --- test/zdtm.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/zdtm.sh b/test/zdtm.sh index 9cb40305a..7cfbbe757 100755 --- a/test/zdtm.sh +++ b/test/zdtm.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash ZP="zdtm/live"