cli/test: Fix `rad_patch_delete` for macOS
It looks like macOS does not like this command:
ln: -f: No such file or directory
Since `LICENSE` and `MIT` are both just empty here, we don't need to
link anything.
This commit is contained in:
parent
7d6d2e51d8
commit
f7af918190
|
|
@ -60,7 +60,6 @@ $ rad patch comment 6c61ef1 --reply-to 833db19 -m "Thanks, I'll add it!"
|
||||||
|
|
||||||
``` ~alice
|
``` ~alice
|
||||||
$ touch MIT
|
$ touch MIT
|
||||||
$ ln MIT LICENSE -f
|
|
||||||
$ git add MIT
|
$ git add MIT
|
||||||
$ git commit -am "Add MIT License"
|
$ git commit -am "Add MIT License"
|
||||||
[prepare-license 1cc8cd9] Add MIT License
|
[prepare-license 1cc8cd9] Add MIT License
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue