Fixed a number of unit tests (problems were output format, not actual bugs)

This commit is contained in:
Simon Brooke 2017-10-07 15:11:07 +01:00
parent 3e8e621fdd
commit c396370e51
11 changed files with 11 additions and 11 deletions

View file

@ -1,7 +1,7 @@
#!/bin/bash
expected="\"\""
actual=`echo '""' | target/psse 2> /dev/null | head -1`
actual=`echo '""' | target/psse 2> /dev/null | head -2 | tail -1`
if [ "$expected" = "$actual" ]
then