Commit 0c1ef48
committed
tests: Validate unescaped arguments
In commit 6f045bb, we modified the various 'git-am' wrappers so that
additional arguments to be passed to 'git-am' did not need to be
escaped, such that:
git-am apply 123 -- --signoff
would become:
git-am apply 123 --signoff
Modify the unit tests for these commands to validate this behavior. We
don't bother validating the older behavior as this is standard *nix
behavior.
Signed-off-by: Stephen Finucane <[email protected]>1 parent 4c3f77c commit 0c1ef48
3 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
86 | | - | |
| 86 | + | |
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
| 67 | + | |
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
0 commit comments