[lvm-devel] main - test: remove leaked exit

Zdenek Kabelac zkabelac at sourceware.org
Wed Jan 26 14:33:05 UTC 2022


Gitweb:        https://sourceware.org/git/?p=lvm2.git;a=commitdiff;h=a425729da9e756a91a5729addb26029216bfd476
Commit:        a425729da9e756a91a5729addb26029216bfd476
Parent:        62f11b0b0b0e4e6aebec5857406b2d4b22406378
Author:        Zdenek Kabelac <zkabelac at redhat.com>
AuthorDate:    Wed Jan 26 15:32:30 2022 +0100
Committer:     Zdenek Kabelac <zkabelac at redhat.com>
CommitterDate: Wed Jan 26 15:32:30 2022 +0100

test: remove leaked exit

---
 test/shell/profiles-cache.sh | 1 -
 1 file changed, 1 deletion(-)

diff --git a/test/shell/profiles-cache.sh b/test/shell/profiles-cache.sh
index 47a5cdf2f..60345fd61 100644
--- a/test/shell/profiles-cache.sh
+++ b/test/shell/profiles-cache.sh
@@ -66,7 +66,6 @@ lvcreate -n $lv1 -l 4 -an $vg "$dev1"
 lvcreate -y --type writecache -l 4 --cachevol $lv1 -n $lv2 --metadataprofile $PFILE $vg "$dev2"
 check lv_field $vg/$lv2 cachesettings "high_watermark=60"
 lvremove -y $vg
-exit
 
 # Check chunk_size is grabbed from configuration
 lvcreate -L1G --config 'allocation/cache_pool_chunk_size=512' --type cache-pool $vg/cpool




More information about the lvm-devel mailing list