d589bb7cd8
Adds tests according to the CI wiki [0] specifically the standard test interface in the spec [1]. [0]: https://fedoraproject.org/wiki/CI [1]: https://fedoraproject.org/wiki/Changes/InvokingTests
9 lines
139 B
Bash
Executable File
9 lines
139 B
Bash
Executable File
#!/bin/bash
|
|
|
|
echo "
|
|
|
|
jpg: 364592 x
|
|
gif: 97148 x" | awk '{ if ('\!'length($3)) $3="-"; print
|
|
sprintf("%-10s%8s%10s%s", $1, $2, "", $3); }'
|
|
|