aboutsummaryrefslogtreecommitdiffstats
path: root/tests/printf.tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests/printf.tests')
-rw-r--r--tests/printf.tests5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/printf.tests b/tests/printf.tests
index 3dd5248..9644cc2 100644
--- a/tests/printf.tests
+++ b/tests/printf.tests
@@ -308,4 +308,9 @@ shopt -s nullglob extglob
echo "x$(printf "%b" @(hugo))x"
printf -v var "%b" @(hugo); echo "x${var}x"
+# tests variable assignment with -v
+${THIS_SH} ./printf1.sub
+
${THIS_SH} ./printf2.sub
+
+${THIS_SH} ./printf3.sub