Skip to content

Commit

Permalink
fix tests resulting from changes to AUTHORS
Browse files Browse the repository at this point in the history
	closes #164
  • Loading branch information
jpmens committed Jan 5, 2022
1 parent dcd7c31 commit 52d3301
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions tests/jo-creator.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Jan-Piet Mens <[email protected]>
2 changes: 1 addition & 1 deletion tests/jo.08.sh
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion tests/jo.09.sh
Original file line number Diff line number Diff line change
@@ -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
4 changes: 2 additions & 2 deletions tests/jo.17.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 52d3301

Please sign in to comment.