From 895759e1fbf28cb4dd2d755a026e09908b9cd587 Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Sat, 1 Jan 2022 16:19:44 +0000 Subject: [PATCH] enhance test --- test.sh | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/test.sh b/test.sh index 313cf39..769152f 100755 --- a/test.sh +++ b/test.sh @@ -26,9 +26,15 @@ cat< test.in alpha beta alpha +alpha gamma +alpha +EOF +cat< test.expect +alpha +gamma +alpha EOF -echo "gamma" > test.expect ./skip 2 test.in --line alpha > test.out diff --brief test.expect test.out