Simplify and fix report_formatting::shorten(), and add Petabyte unit (in case it's needed). Update affected test samples. Add T_DIR to util/test-bash-functions.

This commit is contained in:
Daniel Nichter
2012-05-07 12:16:24 -06:00
parent 7e8fbaf188
commit fdfd305dc5
7 changed files with 47 additions and 31 deletions

View File

@@ -32,6 +32,7 @@ cd "$cwd"
BIN_DIR="$BRANCH/bin";
LIB_DIR="$BRANCH/lib/bash";
T_DIR="$BRANCH/t";
T_LIB_DIR="$BRANCH/t/lib";
SANDBOX_VERSION="$($BRANCH/sandbox/test-env version)"