From: Ilya Dryomov Date: Sun, 4 Dec 2022 10:40:24 +0000 (+0100) Subject: qa: rbd_groups.sh: change interpreter to bash X-Git-Tag: v16.2.11~66^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F49195%2Fhead;p=ceph.git 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) --- 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