All of lore.kernel.org
 help / color / mirror / Atom feed
From: mbroz@sourceware.org <mbroz@sourceware.org>
To: lvm-devel@redhat.com
Subject: LVM2/test t-mdata-strings.sh
Date: 12 Mar 2008 17:34:58 -0000	[thread overview]
Message-ID: <20080312173458.28336.qmail@sourceware.org> (raw)

CVSROOT:	/cvs/lvm2
Module name:	LVM2
Changes by:	mbroz at sourceware.org	2008-03-12 17:34:58

Added files:
	test           : t-mdata-strings.sh 

Log message:
	Add metadata test for escaping double quotes in device names (bz431474).

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/test/t-mdata-strings.sh.diff?cvsroot=lvm2&r1=NONE&r2=1.1

/cvs/lvm2/LVM2/test/t-mdata-strings.sh,v  -->  standard output
revision 1.1
--- LVM2/test/t-mdata-strings.sh
+++ -	2008-03-12 17:34:58.833097000 +0000
@@ -0,0 +1,51 @@
+#!/bin/sh
+# Copyright (C) 2008 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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+
+test_description='Test for proper escaping of strings in metadata (bz431474)'
+privileges_required_=1
+
+. ./test-lib.sh
+
+cleanup_()
+{
+  test -n "$vg" && {
+    vgchange -an "$vg"
+    vgremove "$vg"
+  } > "$test_dir_/cleanup.log"
+  test -n "$d1" && losetup -d "$d1"
+  rm -f "$f1"
+}
+
+pv_suffix="__\"!@#\$%^&*()'\\\"__"
+
+test_expect_success \
+  'set up temp files, loopback devices' \
+  'f1=$(pwd)/1 && d1=$(loop_setup_ "$f1") &&
+  mv "$d1" "$d1$pv_suffix"                &&
+  d1=$d1$pv_suffix'
+
+test_expect_success \
+  'pvcreate, vgcreate on filename with backslashed chars' \
+  'pvcreate "$d1"                          &&
+  vg=$(this_test_)-test-vg-$$              &&
+  vgcreate $vg $d1'
+  
+test_expect_success \
+  'no parse errors and VG really exists' \
+  'vgs 2>err                                    &&
+  grep "Parse error" err;
+  status=$?; echo status=$?; test $status -ne 0 &&
+  vgs $vg'
+
+test_done
+# Local Variables:
+# indent-tabs-mode: nil
+# End:



             reply	other threads:[~2008-03-12 17:34 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-03-12 17:34 mbroz [this message]
  -- strict thread matches above, loose matches on Subject: below --
2009-03-31 17:30 LVM2/test t-mdata-strings.sh mbroz
2009-04-03 14:23 wysochanski
2011-10-23 15:39 zkabelac
2011-10-23 21:24 zkabelac

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20080312173458.28336.qmail@sourceware.org \
    --to=mbroz@sourceware.org \
    --cc=lvm-devel@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.