From 54576b55dc6d1623f70a1988a6fdf031deaff0c3 Mon Sep 17 00:00:00 2001 From: Ilya Dryomov Date: Sun, 4 Dec 2022 11:40:24 +0100 Subject: [PATCH] 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 (cherry picked from commit 8f712733af25ddaa3d7a55c571042ef70ecf9454) --- qa/workunits/rbd/rbd_groups.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/qa/workunits/rbd/rbd_groups.sh b/qa/workunits/rbd/rbd_groups.sh index 4c684adfb0ea6..a3261848441f0 100755 --- a/qa/workunits/rbd/rbd_groups.sh +++ b/qa/workunits/rbd/rbd_groups.sh @@ -1,4 +1,6 @@ -#!/bin/sh -ex +#!/usr/bin/env bash + +set -ex # # rbd_consistency_groups.sh - test consistency groups cli commands -- 2.39.5