File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -292,15 +292,17 @@ cat >expect1-graph <<'EOF'
292292EOF
293293while read verb expect cmd args
294294do
295- test_expect_success " $cmd $verb prefix greater than COLUMNS (big change)" '
295+ test_expect_success COLUMNS_CAN_BE_1 \
296+ " $cmd $verb prefix greater than COLUMNS (big change)" '
296297 COLUMNS=1 git $cmd $args >output
297298 grep " | " output >actual &&
298299 test_cmp "$expect" actual
299300 '
300301
301302 test " $cmd " ! = diff || continue
302303
303- test_expect_success " $cmd --graph $verb prefix greater than COLUMNS (big change)" '
304+ test_expect_success COLUMNS_CAN_BE_1 \
305+ " $cmd --graph $verb prefix greater than COLUMNS (big change)" '
304306 COLUMNS=1 git $cmd $args --graph >output
305307 grep " | " output >actual &&
306308 test_cmp "$expect-graph" actual
You can’t perform that action at this time.
0 commit comments