enhance test

This commit is contained in:
Paul Campbell 2022-01-01 16:19:44 +00:00
parent 7596036ffc
commit 895759e1fb

View file

@ -26,9 +26,15 @@ cat<<EOF > test.in
alpha
beta
alpha
alpha
gamma
alpha
EOF
cat<<EOF > test.expect
alpha
gamma
alpha
EOF
echo "gamma" > test.expect
./skip 2 test.in --line alpha > test.out
diff --brief test.expect test.out