Commit b1cab8c
committed
tests/template: Make fake tarball with BusyBox
After thinking about it, I realized the `tar: lseek: Invalid seek` error
produced by the BusyBox `tar` on Alpine Linux might be eliminated by
having `tar` read from standard input rather than using `-f` to access
directly the `/dev/fd` file created by the process substitution.
Also updated all the `tar` commands to make their invocations more
consistent with one another.1 parent de7ce6c commit b1cab8c
2 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
87 | | - | |
| 87 | + | |
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
126 | | - | |
| 126 | + | |
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
130 | | - | |
| 130 | + | |
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
| |||
0 commit comments