We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6de6aba + 2bb0518 commit e8c7b8cCopy full SHA for e8c7b8c
1 file changed
t/t4151-am-abort.sh
@@ -82,7 +82,7 @@ test_expect_success 'am -3 --abort removes otherfile-4' '
82
test 4 = "$(cat otherfile-4)" &&
83
git am --abort &&
84
test_cmp_rev initial HEAD &&
85
- test -z $(git ls-files -u) &&
+ test -z "$(git ls-files -u)" &&
86
test_path_is_missing otherfile-4
87
'
88
0 commit comments