[Pkg-libvirt-commits] [libguestfs] 12/40: test-charset-fidelity: set iocharset in vfat/msdos FSes

Hilko Bengen bengen at moszumanska.debian.org
Fri Oct 3 14:44:42 UTC 2014


This is an automated email from the git hooks/post-receive script.

bengen pushed a commit to annotated tag debian/1%1.27.44-1
in repository libguestfs.

commit a67845bfa0f5ca5242ea6a965fe73169de830fbc
Author: Pino Toscano <ptoscano at redhat.com>
Date:   Wed Sep 10 11:01:34 2014 +0200

    test-charset-fidelity: set iocharset in vfat/msdos FSes
    
    The default charset for these filesystems depends on how the kernel was
    configured with, so explicitly set the default one (as specified in
    Linux sources), eventually setting later a new one for the tests.
---
 tests/charsets/test-charset-fidelity.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/charsets/test-charset-fidelity.c b/tests/charsets/test-charset-fidelity.c
index d149a3f..4b34b0e 100644
--- a/tests/charsets/test-charset-fidelity.c
+++ b/tests/charsets/test-charset-fidelity.c
@@ -55,8 +55,8 @@ static struct filesystem filesystems[] = {
   { "ext3",  0, 0, NULL, NULL, 0, 0 },
   { "ext4",  0, 0, NULL, NULL, 0, 0 },
   { "btrfs", 0, 0, NULL, "btrfs", 0, 0 },
-  { "vfat",  1, 0, "utf8", NULL, 1, 1 },
-  { "msdos", 1, 1, NULL, NULL, 0, 0 },
+  { "vfat",  1, 0, "iocharset=iso8859-1,utf8", NULL, 1, 1 },
+  { "msdos", 1, 1, "iocharset=iso8859-1", NULL, 0, 0 },
   /* In reality NTFS is case insensitive, but the ntfs-3g driver isn't. */
   { "ntfs",  0, 0, NULL, "ntfs3g", 0, 0 },
 };

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-libvirt/libguestfs.git



More information about the Pkg-libvirt-commits mailing list