|
80 | 80 | // RUN: diff -u %t/MCP.default/*.swiftmodule %t/MCP.default/old/*.swiftmodule
|
81 | 81 | //
|
82 | 82 | // But their actual names should be different since the hash is in the file name.
|
83 |
| -// RUN: (cd %t/MCP.default && ls *.swiftmodule) > %t/MCP.default/firstFile |
84 |
| -// RUN: (cd %t/MCP.default/old && ls *.swiftmodule) > %t/MCP.default/secondFile |
| 83 | +// RUN: cd %t/MCP.default && ls *.swiftmodule > %t/MCP.default/firstFile |
| 84 | +// RUN: cd %t/MCP.default/old && ls *.swiftmodule > %t/MCP.default/secondFile |
85 | 85 | // RUN: not diff -u %t/MCP.default/firstFile %t/MCP.default/secondFile
|
86 | 86 |
|
87 | 87 | ///////////
|
|
106 | 106 | // RUN: diff -u %t/MCP.Onone/*.swiftmodule %t/MCP.Onone/old/*.swiftmodule
|
107 | 107 | //
|
108 | 108 | // But their name should be different
|
109 |
| -// RUN: (cd %t/MCP.Onone && ls *.swiftmodule) > %t/MCP.Onone/firstFile |
110 |
| -// RUN: (cd %t/MCP.Onone/old && ls *.swiftmodule) > %t/MCP.Onone/secondFile |
| 109 | +// RUN: cd %t/MCP.Onone && ls *.swiftmodule > %t/MCP.Onone/firstFile |
| 110 | +// RUN: cd %t/MCP.Onone/old && ls *.swiftmodule > %t/MCP.Onone/secondFile |
111 | 111 | // RUN: not diff -u %t/MCP.Onone/firstFile %t/MCP.Onone/secondFile
|
112 | 112 |
|
113 | 113 | ///////////
|
|
134 | 134 | // RUN: not diff -u %t/MCP.Osize/*.swiftmodule %t/MCP.Osize/old/*.swiftmodule
|
135 | 135 | //
|
136 | 136 | // And their name should be different
|
137 |
| -// RUN: (cd %t/MCP.Osize && ls *.swiftmodule) > %t/MCP.Osize/firstFile |
138 |
| -// RUN: (cd %t/MCP.Osize/old && ls *.swiftmodule) > %t/MCP.Osize/secondFile |
| 137 | +// RUN: cd %t/MCP.Osize && ls *.swiftmodule > %t/MCP.Osize/firstFile |
| 138 | +// RUN: cd %t/MCP.Osize/old && ls *.swiftmodule > %t/MCP.Osize/secondFile |
139 | 139 | // RUN: not diff -u %t/MCP.Osize/firstFile %t/MCP.Osize/secondFile
|
140 | 140 |
|
141 | 141 | ///////
|
|
162 | 162 | // RUN: not diff -u %t/MCP.O/*.swiftmodule %t/MCP.O/old/*.swiftmodule
|
163 | 163 | //
|
164 | 164 | // And their name should be different
|
165 |
| -// RUN: (cd %t/MCP.O && ls *.swiftmodule) > %t/MCP.O/firstFile |
166 |
| -// RUN: (cd %t/MCP.O/old && ls *.swiftmodule) > %t/MCP.O/secondFile |
| 165 | +// RUN: cd %t/MCP.O && ls *.swiftmodule > %t/MCP.O/firstFile |
| 166 | +// RUN: cd %t/MCP.O/old && ls *.swiftmodule > %t/MCP.O/secondFile |
167 | 167 | // RUN: not diff -u %t/MCP.O/firstFile %t/MCP.O/secondFile
|
168 | 168 |
|
169 | 169 | @_fixed_layout
|
|
0 commit comments