mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-06-29 08:29:54 +02:00
update formatted documentation; fix typo in bashline.c; update system-dependent tests
This commit is contained in:
+1
-3
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user