2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-08-30 05:48:05 +00:00

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 <kir@openvz.org>
Acked-by: Andrew Vagin <avagin@parallels.com>
Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
Kir Kolyshkin 2013-09-13 11:46:58 -07:00 committed by Pavel Emelyanov
parent 54a6a79455
commit bbe9a2c1e6

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
ZP="zdtm/live"