##// END OF EJS Templates
test-tools: conditionalize output instead of tests
Matt Harbison -
r33339:ad230d56 default
parent child Browse files
Show More
@@ -88,23 +88,14 b' Convert CRLF -> LF for consistency'
88 $ cd ..
88 $ cd ..
89
89
90 Yadda is a symlink
90 Yadda is a symlink
91 #if symlink
92 $ f -qr dir -HB 17
91 $ f -qr dir -HB 17
93 dir: directory with 3 files
92 dir: directory with 3 files (symlink !)
94 dir/bar:
93 dir: directory with 2 files (no-symlink !)
95 0000: 31 0a 32 0a 33 0a 34 0a 35 0a 36 0a 37 0a 38 0a |1.2.3.4.5.6.7.8.|
96 0010: 39 |9|
97 dir/foo:
98 0000: 66 6f 6f 0a |foo.|
99 dir/l:
100 0000: 79 61 64 64 61 |yadda|
101 #else
102 $ f -qr dir -HB 17
103 dir: directory with 2 files (esc)
104 dir/bar: (glob)
94 dir/bar: (glob)
105 0000: 31 0a 32 0a 33 0a 34 0a 35 0a 36 0a 37 0a 38 0a |1.2.3.4.5.6.7.8.|
95 0000: 31 0a 32 0a 33 0a 34 0a 35 0a 36 0a 37 0a 38 0a |1.2.3.4.5.6.7.8.|
106 0010: 39 |9|
96 0010: 39 |9|
107 dir/foo: (glob)
97 dir/foo: (glob)
108 0000: 66 6f 6f 0a |foo.|
98 0000: 66 6f 6f 0a |foo.|
109 #endif
99 dir/l: (symlink !)
100 0000: 79 61 64 64 61 |yadda| (symlink !)
110
101
General Comments 0
You need to be logged in to leave comments. Login now