]> sourceware.org Git - lvm2.git/commitdiff
tests: real_devs remove mistakenly added test
authorDavid Teigland <teigland@redhat.com>
Wed, 24 Feb 2021 16:19:00 +0000 (10:19 -0600)
committerDavid Teigland <teigland@redhat.com>
Wed, 24 Feb 2021 16:21:18 +0000 (10:21 -0600)
devicesfile-realdevs is the correct one

test/shell/real_devs.sh [deleted file]

diff --git a/test/shell/real_devs.sh b/test/shell/real_devs.sh
deleted file mode 100644 (file)
index a1a49c8..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-#!/usr/bin/env bash
-
-# Copyright (C) 2020 Red Hat, Inc. All rights reserved.
-#
-# This copyrighted material is made available to anyone wishing to use,
-# modify, copy, or redistribute it subject to the terms and conditions
-# of the GNU General Public License v.2.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software Foundation,
-# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
-
-test_description='hello world for user-defined device list'
-
-. lib/inittest
-
-aux prepare_real_devs
-
-echo "$dev1"
-
-pvcreate "$dev1"
-
-pvs "$dev1"
-
-pvremove "$dev1"
-
-vgcreate $vg "$dev1"
-
-lvcreate -l1 $vg
-
-vgchange -an $vg
-
-vgremove -ff $vg
-
-get_real_devs
-for d in "${REAL_DEVICES[@]}"; do
-       echo $d
-done
-
This page took 0.040781 seconds and 5 git commands to generate.