From ee3c02fd7fd4dddf248f0703ad043c7ad2983bdb Mon Sep 17 00:00:00 2001 From: Andrew Wood Date: Sun, 23 Jul 2023 11:41:56 +0100 Subject: [PATCH] Renamed tests for consistency --- tests/{005a-eta => 005-eta} | 0 tests/{005b-fineta => 006-fineta} | 0 tests/{006-ratecount => 007-ratecount} | 0 tests/{007-bytes => 008-bytes} | 0 tests/{008-numeric => 009-numeric} | 0 tests/{009-quiet => 010-quiet} | 0 tests/{010-pipe => 011-pipe} | 0 tests/{011-cksum => 012-cksum} | 0 tests/{012-averagerate => 013-averagerate} | 0 tests/{013-1mboundary => 014-1m_boundary_1} | 0 tests/{014-1mboundary2 => 015-1m_boundary_2} | 0 tests/{015-cksumpipe => 016-cksumpipe} | 0 tests/{016-numeric-timer => 017-numeric-timer} | 0 tests/{017-numeric-bytes => 018-numeric-bytes} | 0 tests/{018-remote-format => 019-remote-format} | 0 tests/{019-remote-cksum => 020-remote-cksum} | 0 tests/{020-stop-at-size => 021-stop-at-size} | 0 17 files changed, 0 insertions(+), 0 deletions(-) rename tests/{005a-eta => 005-eta} (100%) rename tests/{005b-fineta => 006-fineta} (100%) rename tests/{006-ratecount => 007-ratecount} (100%) rename tests/{007-bytes => 008-bytes} (100%) rename tests/{008-numeric => 009-numeric} (100%) rename tests/{009-quiet => 010-quiet} (100%) rename tests/{010-pipe => 011-pipe} (100%) rename tests/{011-cksum => 012-cksum} (100%) rename tests/{012-averagerate => 013-averagerate} (100%) rename tests/{013-1mboundary => 014-1m_boundary_1} (100%) rename tests/{014-1mboundary2 => 015-1m_boundary_2} (100%) rename tests/{015-cksumpipe => 016-cksumpipe} (100%) rename tests/{016-numeric-timer => 017-numeric-timer} (100%) rename tests/{017-numeric-bytes => 018-numeric-bytes} (100%) rename tests/{018-remote-format => 019-remote-format} (100%) rename tests/{019-remote-cksum => 020-remote-cksum} (100%) rename tests/{020-stop-at-size => 021-stop-at-size} (100%) diff --git a/tests/005a-eta b/tests/005-eta similarity index 100% rename from tests/005a-eta rename to tests/005-eta diff --git a/tests/005b-fineta b/tests/006-fineta similarity index 100% rename from tests/005b-fineta rename to tests/006-fineta diff --git a/tests/006-ratecount b/tests/007-ratecount similarity index 100% rename from tests/006-ratecount rename to tests/007-ratecount diff --git a/tests/007-bytes b/tests/008-bytes similarity index 100% rename from tests/007-bytes rename to tests/008-bytes diff --git a/tests/008-numeric b/tests/009-numeric similarity index 100% rename from tests/008-numeric rename to tests/009-numeric diff --git a/tests/009-quiet b/tests/010-quiet similarity index 100% rename from tests/009-quiet rename to tests/010-quiet diff --git a/tests/010-pipe b/tests/011-pipe similarity index 100% rename from tests/010-pipe rename to tests/011-pipe diff --git a/tests/011-cksum b/tests/012-cksum similarity index 100% rename from tests/011-cksum rename to tests/012-cksum diff --git a/tests/012-averagerate b/tests/013-averagerate similarity index 100% rename from tests/012-averagerate rename to tests/013-averagerate diff --git a/tests/013-1mboundary b/tests/014-1m_boundary_1 similarity index 100% rename from tests/013-1mboundary rename to tests/014-1m_boundary_1 diff --git a/tests/014-1mboundary2 b/tests/015-1m_boundary_2 similarity index 100% rename from tests/014-1mboundary2 rename to tests/015-1m_boundary_2 diff --git a/tests/015-cksumpipe b/tests/016-cksumpipe similarity index 100% rename from tests/015-cksumpipe rename to tests/016-cksumpipe diff --git a/tests/016-numeric-timer b/tests/017-numeric-timer similarity index 100% rename from tests/016-numeric-timer rename to tests/017-numeric-timer diff --git a/tests/017-numeric-bytes b/tests/018-numeric-bytes similarity index 100% rename from tests/017-numeric-bytes rename to tests/018-numeric-bytes diff --git a/tests/018-remote-format b/tests/019-remote-format similarity index 100% rename from tests/018-remote-format rename to tests/019-remote-format diff --git a/tests/019-remote-cksum b/tests/020-remote-cksum similarity index 100% rename from tests/019-remote-cksum rename to tests/020-remote-cksum diff --git a/tests/020-stop-at-size b/tests/021-stop-at-size similarity index 100% rename from tests/020-stop-at-size rename to tests/021-stop-at-size