1#!/bin/sh2. "${0%/*}/common.sh"34cat >current/file1 <<-EOF5 16 27 38 49 510 611 712 813 914 1015EOF1617cat >current-expected/file1 <<-EOF18 819 920 1021EOF2223cat >archive-expected/file1 <<-EOF24 125 226 327 428 529 630 731EOF3233run_test -k 25