summaryrefslogtreecommitdiff
path: root/test/scripts/human_to_size_test.sh
Commit message (Collapse)AuthorAge
* Scripts testsuite output consistencyAllan McRae2012-06-25
| | | | Signed-off-by: Allan McRae <allan@archlinux.org>
* scripts/library: add human_to_sizeDave Reisner2012-06-25
This is a bash wrapper around an awk function that parses human readable sizes and returns their representative values in bytes, as a string. A small test harness is added to validate the functionality. Signed-off-by: Dave Reisner <dreisner@archlinux.org>