qa: rbd_groups.sh: change interpreter to bash

Commit e0da2a4e8cae ("qa/workunits/rbd: Add test to list snapshots of
consistency group") added bash-specific syntax.

Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
This commit is contained in:
Ilya Dryomov 2022-12-04 11:40:24 +01:00
parent 9ca2ec704e
commit 8f712733af

View File

@ -1,4 +1,6 @@
#!/bin/sh -ex
#!/usr/bin/env bash
set -ex
#
# rbd_consistency_groups.sh - test consistency groups cli commands