[LLD] Improve the lit tests added by 272bd6f9
The `cp` command will copy the permission bits from the original file to the new one, which will cause permission denied (no written access) for the following "echo" command in some system. Switch to use `cat` which is more robust.
Loading
Please sign in to comment