Commit 217113a
Fix test failing on Github Actions.
- The "home dir" test was failing when the suite was run w/ Github
Actions. We see these failures _begin_ with b6aa58b, which I believe
was an attempt to address failures occuring as a knock-on effect on
the changes in 5ec2200, which apparently did not sufficiently consider
the various users which the test can be run as. I'm unsure those
changes were entirely correct, it seems likely a typo was present
which allowed for an incorrectly passing test (I suspect that the
parameter the author intended to use was "Username", but got "Name"
instead, which is blank, but nonetheless works BECAUSE `~`1 parent d56ec95 commit 217113a
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
| 61 | + | |
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| |||
0 commit comments