Source-Changes-HG archive

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

[src/trunk]: src/tests/util/mtree Adjust tests to no longer expect a trailing...



details:   https://anonhg.NetBSD.org/src/rev/6491ebf84885
branches:  trunk
changeset: 747546:6491ebf84885
user:      apb <apb%NetBSD.org@localhost>
date:      Sat Sep 19 21:42:26 2009 +0000

description:
Adjust tests to no longer expect a trailing space in each line
of output from "mtree -C".

diffstat:

 tests/util/mtree/d_convert_C.out   |  28 ++++++++++++++--------------
 tests/util/mtree/d_convert_C_S.out |  28 ++++++++++++++--------------
 tests/util/mtree/d_merge_C_M.out   |  26 +++++++++++++-------------
 tests/util/mtree/d_merge_C_M_S.out |  26 +++++++++++++-------------
 4 files changed, 54 insertions(+), 54 deletions(-)

diffs (124 lines):

diff -r 59fed236668c -r 6491ebf84885 tests/util/mtree/d_convert_C.out
--- a/tests/util/mtree/d_convert_C.out  Sat Sep 19 21:41:43 2009 +0000
+++ b/tests/util/mtree/d_convert_C.out  Sat Sep 19 21:42:26 2009 +0000
@@ -1,14 +1,14 @@
-. type=dir 
-./a.symlink.1 type=link link=a.file.1 
-./top.dangling type=link link=nonexistent 
-./top.symlink.b type=link link=b 
-./b type=dir 
-./b/b.file.2 type=file 
-./b/b.file.1 type=file 
-./top.file.1 type=file 
-./a type=dir 
-./a/a.file.2 type=file 
-./a/1 type=dir 
-./a/1/a1.file.1 type=file 
-./a/a.file.1 type=file 
-./a/2 type=dir 
+. type=dir
+./a.symlink.1 type=link link=a.file.1
+./top.dangling type=link link=nonexistent
+./top.symlink.b type=link link=b
+./b type=dir
+./b/b.file.2 type=file
+./b/b.file.1 type=file
+./top.file.1 type=file
+./a type=dir
+./a/a.file.2 type=file
+./a/1 type=dir
+./a/1/a1.file.1 type=file
+./a/a.file.1 type=file
+./a/2 type=dir
diff -r 59fed236668c -r 6491ebf84885 tests/util/mtree/d_convert_C_S.out
--- a/tests/util/mtree/d_convert_C_S.out        Sat Sep 19 21:41:43 2009 +0000
+++ b/tests/util/mtree/d_convert_C_S.out        Sat Sep 19 21:42:26 2009 +0000
@@ -1,14 +1,14 @@
-. type=dir 
-./a.symlink.1 type=link link=a.file.1 
-./top.dangling type=link link=nonexistent 
-./top.file.1 type=file 
-./top.symlink.b type=link link=b 
-./a type=dir 
-./a/a.file.1 type=file 
-./a/a.file.2 type=file 
-./a/1 type=dir 
-./a/1/a1.file.1 type=file 
-./a/2 type=dir 
-./b type=dir 
-./b/b.file.1 type=file 
-./b/b.file.2 type=file 
+. type=dir
+./a.symlink.1 type=link link=a.file.1
+./top.dangling type=link link=nonexistent
+./top.file.1 type=file
+./top.symlink.b type=link link=b
+./a type=dir
+./a/a.file.1 type=file
+./a/a.file.2 type=file
+./a/1 type=dir
+./a/1/a1.file.1 type=file
+./a/2 type=dir
+./b type=dir
+./b/b.file.1 type=file
+./b/b.file.2 type=file
diff -r 59fed236668c -r 6491ebf84885 tests/util/mtree/d_merge_C_M.out
--- a/tests/util/mtree/d_merge_C_M.out  Sat Sep 19 21:41:43 2009 +0000
+++ b/tests/util/mtree/d_merge_C_M.out  Sat Sep 19 21:42:26 2009 +0000
@@ -1,13 +1,13 @@
-. type=dir 
-./a type=dir 
-./a/change-dir-to-link type=link mode=0755 
-./b type=dir 
-./b/change-link-to-dir type=dir mode=0755 
-./c type=dir 
-./c/aaa type=file 
-./c/zzz type=file 
-./c/change-dir-to-link type=link mode=0755 
-./d type=dir 
-./d/aaa type=file 
-./d/zzz type=file 
-./d/change-link-to-dir type=dir mode=0755 
+. type=dir
+./a type=dir
+./a/change-dir-to-link type=link mode=0755
+./b type=dir
+./b/change-link-to-dir type=dir mode=0755
+./c type=dir
+./c/aaa type=file
+./c/zzz type=file
+./c/change-dir-to-link type=link mode=0755
+./d type=dir
+./d/aaa type=file
+./d/zzz type=file
+./d/change-link-to-dir type=dir mode=0755
diff -r 59fed236668c -r 6491ebf84885 tests/util/mtree/d_merge_C_M_S.out
--- a/tests/util/mtree/d_merge_C_M_S.out        Sat Sep 19 21:41:43 2009 +0000
+++ b/tests/util/mtree/d_merge_C_M_S.out        Sat Sep 19 21:42:26 2009 +0000
@@ -1,13 +1,13 @@
-. type=dir 
-./a type=dir 
-./a/change-dir-to-link type=link mode=0755 
-./b type=dir 
-./b/change-link-to-dir type=dir mode=0755 
-./c type=dir 
-./c/aaa type=file 
-./c/change-dir-to-link type=link mode=0755 
-./c/zzz type=file 
-./d type=dir 
-./d/aaa type=file 
-./d/zzz type=file 
-./d/change-link-to-dir type=dir mode=0755 
+. type=dir
+./a type=dir
+./a/change-dir-to-link type=link mode=0755
+./b type=dir
+./b/change-link-to-dir type=dir mode=0755
+./c type=dir
+./c/aaa type=file
+./c/change-dir-to-link type=link mode=0755
+./c/zzz type=file
+./d type=dir
+./d/aaa type=file
+./d/zzz type=file
+./d/change-link-to-dir type=dir mode=0755



Home | Main Index | Thread Index | Old Index