Update usages of 'OSX' (and other old names) to 'macOS'.
As of last year with version 'Sierra', the Mac operating system is now called 'macOS'.
This commit is contained in:
parent
f88b24b34c
commit
97a1b6a055
41 changed files with 63 additions and 63 deletions
|
|
@ -147,7 +147,7 @@ And that's reflected in the summary line:
|
|||
test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured
|
||||
```
|
||||
|
||||
We also get a non-zero status code. We can use `$?` on OS X and Linux:
|
||||
We also get a non-zero status code. We can use `$?` on macOS and Linux:
|
||||
|
||||
```bash
|
||||
$ echo $?
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue