Commit cc01642
Remove negative test
The negative test was written assuming gzip implementations would return
an error code when invalid command line options were used. This is not
always the case: BSD variants of gzip (e.g., FreeBSD, Apple) return
success even when an invalid option is specified.
Since this is out of the control of makeself, and behaviors will differ
widely among the various supported compressors and platforms, it doesn't
make sense to maintain this test. The same behavior is theoretically
possible with 'tar' implementations and the --tar-extra flag.1 parent 84c63ed commit cc01642
1 file changed
+0
-14
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | 30 | | |
45 | 31 | | |
46 | 32 | | |
0 commit comments