Commit f97b4ff
committed
test: update TarDir unit test
The current TestTarDir does not check if an empty archive is produced. Update
the test case to check for empty tar archives.
The include test case does not correctly check for *.mod, files. Update the
assertion to expect files matching either pattern.
The test is currently failing and will be fixed in the next few commits.
Signed-off-by: Aaron D Borden <[email protected]>1 parent 2af4858 commit f97b4ff
1 file changed
+7
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
| |||
126 | 127 | | |
127 | 128 | | |
128 | 129 | | |
| 130 | + | |
129 | 131 | | |
130 | 132 | | |
131 | | - | |
| 133 | + | |
132 | 134 | | |
133 | 135 | | |
134 | 136 | | |
135 | 137 | | |
136 | 138 | | |
137 | 139 | | |
138 | 140 | | |
| 141 | + | |
139 | 142 | | |
140 | | - | |
141 | | - | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
142 | 146 | | |
143 | 147 | | |
144 | 148 | | |
| |||
0 commit comments