diff options
author | Zdenek Kabelac <zkabelac@redhat.com> | 2017-07-02 21:38:32 +0200 |
---|---|---|
committer | Zdenek Kabelac <zkabelac@redhat.com> | 2017-07-10 14:23:53 +0200 |
commit | e55bae2b2caa67d6b6ee1346fd5cebfe67698677 (patch) | |
tree | 33f824a254de3845af681940d1fb76c766ceba09 /test/shell/lvconvert-repair-mirror.sh | |
parent | 24751b45bdb1e2f0dc120ccfab7c10b820a1ec53 (diff) | |
download | lvm2-e55bae2b2caa67d6b6ee1346fd5cebfe67698677.tar.gz |
tests: use bash
Diffstat (limited to 'test/shell/lvconvert-repair-mirror.sh')
-rw-r--r-- | test/shell/lvconvert-repair-mirror.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/shell/lvconvert-repair-mirror.sh b/test/shell/lvconvert-repair-mirror.sh index a4d3a73ca..dcd8d078c 100644 --- a/test/shell/lvconvert-repair-mirror.sh +++ b/test/shell/lvconvert-repair-mirror.sh @@ -1,4 +1,5 @@ -#!/bin/sh +#!/usr/bin/env bash + # Copyright (C) 2016 Red Hat, Inc. All rights reserved. # # This copyrighted material is made available to anyone wishing to use, |