mirror of https://github.com/mirror/busybox.git
testsuite/tree.tests: fix false positive failure
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>1_36_stable
parent
adb1c7dcfe
commit
dc068abad5
|
@ -18,6 +18,8 @@ tree.tempdir [error opening dir]\n\
|
|||
mkdir -p tree2.tempdir
|
||||
touch tree2.tempdir/testfile
|
||||
|
||||
optional UNICODE_SUPPORT
|
||||
|
||||
testing "tree single file" \
|
||||
"cd tree2.tempdir && tree" \
|
||||
"\
|
||||
|
@ -50,17 +52,17 @@ testing "tree nested directories and files" \
|
|||
.\n\
|
||||
├── test1\n\
|
||||
├── test2\n\
|
||||
│ ├── a\n\
|
||||
│ │ ├── testfile1\n\
|
||||
│ │ ├── testfile2\n\
|
||||
│ │ ├── testfile3\n\
|
||||
│ │ └── testfile4 -> ../b/testfile4\n\
|
||||
│ └── b\n\
|
||||
│ ├── test3 -> ../../test3\n\
|
||||
│ └── testfile4\n\
|
||||
│ ├── a\n\
|
||||
│ │ ├── testfile1\n\
|
||||
│ │ ├── testfile2\n\
|
||||
│ │ ├── testfile3\n\
|
||||
│ │ └── testfile4 -> ../b/testfile4\n\
|
||||
│ └── b\n\
|
||||
│ ├── test3 -> ../../test3\n\
|
||||
│ └── testfile4\n\
|
||||
└── test3\n\
|
||||
├── c\n\
|
||||
│ └── testfile5\n\
|
||||
│ └── testfile5\n\
|
||||
└── d\n\
|
||||
└── testfile6\n\
|
||||
\n\
|
||||
|
@ -77,17 +79,17 @@ tree2.tempdir\n\
|
|||
tree3.tempdir\n\
|
||||
├── test1\n\
|
||||
├── test2\n\
|
||||
│ ├── a\n\
|
||||
│ │ ├── testfile1\n\
|
||||
│ │ ├── testfile2\n\
|
||||
│ │ ├── testfile3\n\
|
||||
│ │ └── testfile4 -> ../b/testfile4\n\
|
||||
│ └── b\n\
|
||||
│ ├── test3 -> ../../test3\n\
|
||||
│ └── testfile4\n\
|
||||
│ ├── a\n\
|
||||
│ │ ├── testfile1\n\
|
||||
│ │ ├── testfile2\n\
|
||||
│ │ ├── testfile3\n\
|
||||
│ │ └── testfile4 -> ../b/testfile4\n\
|
||||
│ └── b\n\
|
||||
│ ├── test3 -> ../../test3\n\
|
||||
│ └── testfile4\n\
|
||||
└── test3\n\
|
||||
├── c\n\
|
||||
│ └── testfile5\n\
|
||||
│ └── testfile5\n\
|
||||
└── d\n\
|
||||
└── testfile6\n\
|
||||
\n\
|
||||
|
|
Loading…
Reference in New Issue