]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa: rbd_groups.sh: change interpreter to bash 49195/head
authorIlya Dryomov <idryomov@gmail.com>
Sun, 4 Dec 2022 10:40:24 +0000 (11:40 +0100)
committerIlya Dryomov <idryomov@gmail.com>
Mon, 5 Dec 2022 15:24:21 +0000 (16:24 +0100)
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>
(cherry picked from commit 8f712733af25ddaa3d7a55c571042ef70ecf9454)

qa/workunits/rbd/rbd_groups.sh

index 4c684adfb0ea68c210878660d8b16f0a6c0f6c45..a3261848441f046ee53a9ce1dcafe352e9156d6a 100755 (executable)
@@ -1,4 +1,6 @@
-#!/bin/sh -ex
+#!/usr/bin/env bash
+
+set -ex
 
 #
 # rbd_consistency_groups.sh - test consistency groups cli commands