From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13126 invoked by alias); 6 Jun 2008 13:48:58 -0000 Received: (qmail 13109 invoked by uid 9083); 6 Jun 2008 13:48:58 -0000 Date: Fri, 06 Jun 2008 13:48:00 -0000 Message-ID: <20080606134858.13107.qmail@sourceware.org> From: meyering@sourceware.org To: lvm-devel@redhat.com, lvm2-cvs@sourceware.org Subject: LVM2/test lvm-utils.sh Mailing-List: contact lvm2-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: lvm2-cvs-owner@sourceware.org X-SW-Source: 2008-06/txt/msg00012.txt.bz2 CVSROOT: /cvs/lvm2 Module name: LVM2 Changes by: meyering@sourceware.org 2008-06-06 13:48:58 Modified files: test : lvm-utils.sh Log message: * lvm-utils.sh (init_root_dir_): Correct a diagnostic. Author: Jim Meyering Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/test/lvm-utils.sh.diff?cvsroot=lvm2&r1=1.11&r2=1.12 --- LVM2/test/lvm-utils.sh 2008/04/23 13:02:03 1.11 +++ LVM2/test/lvm-utils.sh 2008/06/06 13:48:57 1.12 @@ -1,7 +1,7 @@ # Put lvm-related utilities here. # This file is sourced from test-lib.sh. -# Copyright (C) 2007 Red Hat, Inc. All rights reserved. +# Copyright (C) 2007, 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 @@ -112,7 +112,7 @@ { test -n "$test_dir_rand_" \ || error "Internal error: called init_root_dir_ before" \ - " defining $test_dir_rand_" + "defining \$test_dir_rand_" # Define these two globals. G_root_=$test_dir_rand_/root