update formatted documentation; fix typo in bashline.c; update system-dependent tests

This commit is contained in:
Chet Ramey
2025-07-08 09:59:39 -04:00
parent b35866a289
commit 12ea4bfec3
17 changed files with 37 additions and 28 deletions
+1 -3
View File
@@ -85,7 +85,5 @@ unset -v VAR
# can't test %s, too many varying implementations
#printf "%.${TOOBIG}s\n" XY
printf -v VAR "%.${TOOBIG}s\n" XY
echo $VAR
unset -v VAR
printf_overflow $LINENO "%.${TOOBIG}b\n" XY
printf_overflow $LINENO "%.${TOOBIG}Q\n" XY