twister

HTTP fault injector for testing
Log | Files | Refs | README | LICENSE

commit 96c743451e31e29a93006e47e2e5dca7184611e8
parent 6bf570a75d250d07bad754f5d240b48d860feabf
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date:   Mon,  3 Jun 2019 22:01:39 +0200

remove dead-code

Diffstat:
Msrc/test/test_twister.sh | 5-----
1 file changed, 0 insertions(+), 5 deletions(-)

diff --git a/src/test/test_twister.sh b/src/test/test_twister.sh @@ -179,11 +179,6 @@ fi echo "cumulative mods passed". # Just upload a big blob; first with PUT then with POST. - -# printf "{\"things\": \"%s\"}" \ -# $(for i in $(seq 1 1000000000); do -# echo -n z; done) > BIGBLOB.json - dd if=/dev/urandom of=BIGBLOB count=2 bs=1MB printf "{\"things\": \"%s\"}" $(base64 BIGBLOB | tr -d '\n') > BIGBLOB.json