We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b63676 commit d10f6c7Copy full SHA for d10f6c7
test/DIFF/test.sh
@@ -13,7 +13,7 @@ test_case() {
13
patch -s --posix --batch -p0 < "diff-lua"
14
if { set +e; cmp -s a.txt b.txt; }; then
15
printf "\tCASE %s: PASS\n" "$1"
16
- printf "\t\tSIZE:\n\t\t\tGNU: %'6d\n\t\t\tLUA: %'6d\n"\
+ printf "\t\tSIZE:\n\t\t\tGNU: %6d\n\t\t\tLUA: %6d\n"\
17
"$(stat -L -c%s diff-gnu)"\
18
"$(stat -L -c%s diff-lua)"
19
else
0 commit comments