diff options
Diffstat (limited to 't/chainlint/cuddled-if-then-else.test')
-rw-r--r-- | t/chainlint/cuddled-if-then-else.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/chainlint/cuddled-if-then-else.test b/t/chainlint/cuddled-if-then-else.test index eed774a9d6..7c53f4efe3 100644 --- a/t/chainlint/cuddled-if-then-else.test +++ b/t/chainlint/cuddled-if-then-else.test @@ -1,4 +1,4 @@ -# LINT: 'if' cuddled with "(" and ")"; indented with spaces, not tabs +# LINT: "if" cuddled with "(" and ")"; indented with spaces, not tabs (if test -z ""; then echo empty else |