1#!/bin/sh
2. "${0%/*}/common.sh"
3
4touch current/file1
5cp current/file1 current-expected/file1
6
7run_test
Iteratively archive newline separated log files
git clone https://git.8pit.net/archive-logs.git
1#!/bin/sh
2. "${0%/*}/common.sh"
3
4touch current/file1
5cp current/file1 current-expected/file1
6
7run_test