diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-02-23 02:12:09 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-02-23 02:12:09 +0900 |
| commit | 42c93a57a49623aee47bc1b5c025643d4745fe8b (patch) | |
| tree | e9a8894d47a7ca0d4c9795ff1d219c36ee67d7d6 /internal/rosa/acl.go | |
| parent | b1b14810ac6acc18f55eaedfff1801ffcba1dd03 (diff) | |
internal/rosa: fix patches
Turns out alacritty clobbers output. It turns tabs into spaces and also removes whitespace-only lines for some reason.
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/rosa/acl.go')
| -rw-r--r-- | internal/rosa/acl.go | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/internal/rosa/acl.go b/internal/rosa/acl.go index f7eaf1cb..56571d5f 100644 --- a/internal/rosa/acl.go +++ b/internal/rosa/acl.go @@ -43,14 +43,14 @@ index 6ce2f9b..e9bde92 100644 --- a/test/attr.test +++ b/test/attr.test @@ -11,7 +11,7 @@ Try various valid and invalid names - - $ touch f - $ setfattr -n user -v value f -- > setfattr: f: Operation not supported -+ > setfattr: f: Not supported - - $ setfattr -n user. -v value f - > setfattr: f: Invalid argument + + $ touch f + $ setfattr -n user -v value f +- > setfattr: f: Operation not supported ++ > setfattr: f: Not supported + + $ setfattr -n user. -v value f + > setfattr: f: Invalid argument `}, ), &MakeAttr{ ScriptEarly: ` |
