Redone fixes to unit tests which I know I did this afternoon, so I've messed

up git somehow.
This commit is contained in:
Simon Brooke 2026-02-14 20:36:07 +00:00
parent 367f002951
commit 219f082885
12 changed files with 13 additions and 13 deletions

View file

@ -7,7 +7,7 @@
#
expected=nil
actual=`echo "'()" | target/psse | tail -1`
actual=`echo "'()" | target/psse 2>/dev/null | tail -1`
if [ "${expected}" = "${actual}" ]
then