Commit e962ba3
fix: resolve shellcheck warnings in test_btrfs_clone.sh
- Quote $(id -u) to prevent word splitting (SC2046)
- Replace [ -n "$(mount | grep ...)" ] with mount | grep -q (SC2143)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 92f058a commit e962ba3
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
| 73 | + | |
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
| |||
0 commit comments