diff options
Diffstat (limited to 'testsuite/unexpand.tests')
-rwxr-xr-x | testsuite/unexpand.tests | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/unexpand.tests b/testsuite/unexpand.tests index 4ab693e..aeaae13 100755 --- a/testsuite/unexpand.tests +++ b/testsuite/unexpand.tests @@ -33,8 +33,8 @@ testing "unexpand case 8" "unexpand" \ testcase() { - testing "unexpand flags $*" "unexpand $*" \ - "$want" "" ' a b c' + testing "unexpand flags $*" "unexpand $*" \ + "$want" "" ' a b c' } # tabs=8, Convert only leading sequences of blanks |