summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2008-06-06 13:48:57 +0000
committerJim Meyering <jim@meyering.net>2008-06-06 13:48:57 +0000
commit644d83fb04a1ef01dbd6bd26e9249aa6ba363750 (patch)
treee8723c9094be909036423c65926d00d284c1a2b1 /test
parent179b9822b42b2402e8c37573e7a629709501ccf3 (diff)
downloadlvm2-644d83fb04a1ef01dbd6bd26e9249aa6ba363750.tar.gz
lvm2-644d83fb04a1ef01dbd6bd26e9249aa6ba363750.tar.xz
lvm2-644d83fb04a1ef01dbd6bd26e9249aa6ba363750.zip
* lvm-utils.sh (init_root_dir_): Correct a diagnostic.
Author: Jim Meyering <meyering@redhat.com>
Diffstat (limited to 'test')
-rw-r--r--test/lvm-utils.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/lvm-utils.sh b/test/lvm-utils.sh
index b2ef7753..2aba445a 100644
--- a/test/lvm-utils.sh
+++ b/test/lvm-utils.sh
@@ -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 @@ init_root_dir_()
{
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