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:
Lorenz Leutgeb 2025-10-11 13:55:29 +02:00 committed by Fintan Halpenny
parent 7d6d2e51d8
commit f7af918190
1 changed files with 0 additions and 1 deletions

View File

@ -60,7 +60,6 @@ $ rad patch comment 6c61ef1 --reply-to 833db19 -m "Thanks, I'll add it!"
``` ~alice
$ touch MIT
$ ln MIT LICENSE -f
$ git add MIT
$ git commit -am "Add MIT License"
[prepare-license 1cc8cd9] Add MIT License