We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b8c3ce commit 07be6b1Copy full SHA for 07be6b1
testsuite/modules.70-maint/350-term_width.exp
@@ -286,6 +286,7 @@ unsetenv_var MODULES_TERM_WIDTH
286
287
unsetenv_var MODULES_TERM_WIDTH
288
testerr_cmd sh {avail loc_rc --width=0} $width_0
289
+testerr_cmd sh {avail loc_rc --width} $width_0
290
testerr_cmd sh {avail loc_rc -w 0} $width_0
291
testerr_cmd sh {avail loc_rc --width=1} $width_1
292
testerr_cmd sh {avail loc_rc -w 1} $width_1
@@ -426,6 +427,7 @@ unsetenv_var MODULES_TERM_WIDTH
426
427
428
429
testerr_cmd sh {list --width=0} $width_0
430
+testerr_cmd sh {list --width=} $width_0
431
testerr_cmd sh {list -w 1} $width_1
432
testerr_cmd sh {list --width=80} $width_80
433
0 commit comments