Skip to content

Commit d10f6c7

Browse files
committed
Removed GNU extension to printf command in DIFF unit testing script.
1 parent 4b63676 commit d10f6c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/DIFF/test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ test_case() {
1313
patch -s --posix --batch -p0 < "diff-lua"
1414
if { set +e; cmp -s a.txt b.txt; }; then
1515
printf "\tCASE %s: PASS\n" "$1"
16-
printf "\t\tSIZE:\n\t\t\tGNU: %'6d\n\t\t\tLUA: %'6d\n"\
16+
printf "\t\tSIZE:\n\t\t\tGNU: %6d\n\t\t\tLUA: %6d\n"\
1717
"$(stat -L -c%s diff-gnu)"\
1818
"$(stat -L -c%s diff-lua)"
1919
else

0 commit comments

Comments
 (0)