Commit 3364054
test: fix shellcheck warnings in test_btrfs_clone.sh
- Use grep -q instead of comparing output with [ -z/n .. ] (SC2143)
- Quote $(id -u) to prevent word splitting (SC2046)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent ebe9502 commit 3364054
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
112 | | - | |
| 112 | + | |
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
| |||
0 commit comments