Module Name:    src
Committed By:   gson
Date:           Mon Aug 29 04:55:58 UTC 2011

Modified Files:
        src/tests/util/df: t_df.sh

Log Message:
Fix remaining misaligned columns in golden output, missed in previous commit


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/tests/util/df/t_df.sh

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/tests/util/df/t_df.sh
diff -u src/tests/util/df/t_df.sh:1.8 src/tests/util/df/t_df.sh:1.9
--- src/tests/util/df/t_df.sh:1.8	Sun Aug 28 19:09:34 2011
+++ src/tests/util/df/t_df.sh	Mon Aug 29 04:55:58 2011
@@ -1,4 +1,4 @@
-# $NetBSD: t_df.sh,v 1.8 2011/08/28 19:09:34 gson Exp $
+# $NetBSD: t_df.sh,v 1.9 2011/08/29 04:55:58 gson Exp $
 #
 # Copyright (c) 2007, 2008 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -33,7 +33,7 @@
 }
 normal_body() {
 	cat >expout <<EOF
-Filesystem   1K-blocks       Used      Avail  %Cap Mounted on
+Filesystem    1K-blocks       Used      Avail %Cap Mounted on
 filer:/      1202716672     135168 1202581504   0% /filer
 filer:/      1202716672          0 1202716672   0% /filer
 filer:/      1202716672  240543334  962173337  20% /filer

Reply via email to