1#!/bin/sh2. "${0%/*}/common.sh"34cat >current/file1 <<-EOF5 36 47EOF89cat >current-expected/file1 <<-EOF10 411EOF1213cat >archive/file1 <<-EOF14 115 216EOF1718cat >archive-expected/file1 <<-EOF19 120 221 322EOF2324run_test
Iteratively archive newline separated log files
git clone https://git.8pit.net/archive-logs.git
1#!/bin/sh2. "${0%/*}/common.sh"34cat >current/file1 <<-EOF5 36 47EOF89cat >current-expected/file1 <<-EOF10 411EOF1213cat >archive/file1 <<-EOF14 115 216EOF1718cat >archive-expected/file1 <<-EOF19 120 221 322EOF2324run_test