All of lore.kernel.org
 help / color / mirror / Atom feed
* main - tests: real_devs remove mistakenly added test
@ 2021-02-24 16:22 David Teigland
  0 siblings, 0 replies; only message in thread
From: David Teigland @ 2021-02-24 16:22 UTC (permalink / raw)
  To: lvm-devel

Gitweb:        https://sourceware.org/git/?p=lvm2.git;a=commitdiff;h=6fad7f2eac84af60d301816dc06ef7276cd6415f
Commit:        6fad7f2eac84af60d301816dc06ef7276cd6415f
Parent:        91d6822534026dc9110d478d214d27d0b3a3e61b
Author:        David Teigland <teigland@redhat.com>
AuthorDate:    Wed Feb 24 10:19:00 2021 -0600
Committer:     David Teigland <teigland@redhat.com>
CommitterDate: Wed Feb 24 10:21:18 2021 -0600

tests: real_devs remove mistakenly added test

devicesfile-realdevs is the correct one
---
 test/shell/real_devs.sh | 39 ---------------------------------------
 1 file changed, 39 deletions(-)

diff --git a/test/shell/real_devs.sh b/test/shell/real_devs.sh
deleted file mode 100644
index a1a49c8bb..000000000
--- a/test/shell/real_devs.sh
+++ /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
-



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2021-02-24 16:22 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-02-24 16:22 main - tests: real_devs remove mistakenly added test David Teigland

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.