aboutsummaryrefslogtreecommitdiff
path: root/testsuite/printf.tests
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/printf.tests')
-rwxr-xr-xtestsuite/printf.tests2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/printf.tests b/testsuite/printf.tests
index 9a3c87473..963ded94b 100755
--- a/testsuite/printf.tests
+++ b/testsuite/printf.tests
@@ -20,7 +20,7 @@ testing "printf produces no further output 2" \
"" ""
testing "printf repeatedly uses pattern for each argv" \
- "${bb}printf '%s\n' foo \$HOME" \
+ "${bb}printf '%s\n' foo '$HOME'" \
"foo\n$HOME\n" \
"" ""