Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/tests/usr.sbin/mtree adjust output now that we don't output ...



details:   https://anonhg.NetBSD.org/src/rev/971b4391649e
branches:  trunk
changeset: 790774:971b4391649e
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Oct 20 17:27:37 2013 +0000

description:
adjust output now that we don't output size info for links and directories
by default.

diffstat:

 tests/usr.sbin/mtree/mtree_d_create.out |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r ca5203469d14 -r 971b4391649e tests/usr.sbin/mtree/mtree_d_create.out
--- a/tests/usr.sbin/mtree/mtree_d_create.out   Sun Oct 20 17:22:49 2013 +0000
+++ b/tests/usr.sbin/mtree/mtree_d_create.out   Sun Oct 20 17:27:37 2013 +0000
@@ -6,13 +6,13 @@
 # .
 /set type=file nlink=1
 .               type=dir nlink=4
-    a.symlink.1 type=link size=8 link=a.file.1
+    a.symlink.1 type=link link=a.file.1
     top.dangling \
-                type=link size=11 link=nonexistent
+                type=link link=nonexistent
     top.file.1  size=18 \
                 sha256=74c53aaf0cd9543b7efad969de1058ee38859134ba467500b849811fc3513195
     top.symlink.b \
-                type=link size=1 link=b
+                type=link link=b
 
 # ./a
 a               type=dir nlink=4



Home | Main Index | Thread Index | Old Index