diff options
Diffstat (limited to 'testsuite/printf.tests')
-rwxr-xr-x | testsuite/printf.tests | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/printf.tests b/testsuite/printf.tests index 9a3c874..963ded9 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" \ "" "" |