summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorSebastian Thiel <sthiel@thoughtworks.com>2019-06-04 13:33:18 +0530
committerSebastian Thiel <sthiel@thoughtworks.com>2019-06-04 13:33:18 +0530
commitd13adea1958081e430703be84829b3c03c5f3e26 (patch)
tree189f561f4c9a6d4d3cb88d5daebde5f4d47307fd /tests
parenta5c8e37b970169913ab72ea691b89aeeeffad403 (diff)
Rename 'human*' formats to their non-prefixed counterpart
This makes more sense, and is more comfortable.
Diffstat (limited to 'tests')
-rwxr-xr-xtests/stateless-journey.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/stateless-journey.sh b/tests/stateless-journey.sh
index 6c112b7..e5e39b2 100755
--- a/tests/stateless-journey.sh
+++ b/tests/stateless-journey.sh
@@ -85,7 +85,7 @@ WITH_FAILURE=1
(with "human-binary"
it "produces a human-readable aggregate of the current directory, without total" && {
WITH_SNAPSHOT="$snapshot/success-bytes-binary" \
- expect_run ${SUCCESSFULLY} "$exe" --format humanbinary
+ expect_run ${SUCCESSFULLY} "$exe" --format binary
}
)
(with "bytes"