From 52d330120256f154c5b20354432ecf0d634411b7 Mon Sep 17 00:00:00 2001 From: Jan-Piet Mens Date: Wed, 5 Jan 2022 16:39:12 +0100 Subject: [PATCH] fix tests resulting from changes to AUTHORS closes #164 --- tests/jo-creator.txt | 1 + tests/jo.08.sh | 2 +- tests/jo.09.sh | 2 +- tests/jo.17.sh | 4 ++-- 4 files changed, 5 insertions(+), 4 deletions(-) create mode 100644 tests/jo-creator.txt diff --git a/tests/jo-creator.txt b/tests/jo-creator.txt new file mode 100644 index 0000000..ed94d74 --- /dev/null +++ b/tests/jo-creator.txt @@ -0,0 +1 @@ +Jan-Piet Mens diff --git a/tests/jo.08.sh b/tests/jo.08.sh index bafee5f..a47ae36 100644 --- a/tests/jo.08.sh +++ b/tests/jo.08.sh @@ -1,2 +1,2 @@ # data from file: text -${JO:-jo} program="jo" authors=@${srcdir:=.}/AUTHORS +${JO:-jo} program="jo" authors=@${srcdir:=.}/tests/jo-creator.txt diff --git a/tests/jo.09.sh b/tests/jo.09.sh index 30b6c3a..953a311 100644 --- a/tests/jo.09.sh +++ b/tests/jo.09.sh @@ -1,2 +1,2 @@ # data from file: base64-encoded -${JO:-jo} program="jo" authors=%${srcdir:=.}/AUTHORS +${JO:-jo} program="jo" authors=%${srcdir:=.}/tests/jo-creator.txt diff --git a/tests/jo.17.sh b/tests/jo.17.sh index cdbd5de..0090c6b 100644 --- a/tests/jo.17.sh +++ b/tests/jo.17.sh @@ -26,5 +26,5 @@ for v in 0 1; do done # @/% file inclusions -${JO:-jo} -- -s s=@${srcdir:=.}/AUTHORS -n n=@${srcdir:=.}/AUTHORS -b b=@${srcdir:=.}/AUTHORS a=@${srcdir:=.}/AUTHORS -${JO:-jo} -- -s s=%${srcdir:=.}/AUTHORS -n n=%${srcdir:=.}/AUTHORS -b b=%${srcdir:=.}/AUTHORS a=%${srcdir:=.}/AUTHORS +${JO:-jo} -- -s s=@${srcdir:=.}/tests/jo-creator.txt -n n=@${srcdir:=.}/tests/jo-creator.txt -b b=@${srcdir:=.}/tests/jo-creator.txt a=@${srcdir:=.}/tests/jo-creator.txt +${JO:-jo} -- -s s=%${srcdir:=.}/tests/jo-creator.txt -n n=%${srcdir:=.}/tests/jo-creator.txt -b b=%${srcdir:=.}/tests/jo-creator.txt a=%${srcdir:=.}/tests/jo-creator.txt