Fixed a number of unit tests (problems were output format, not actual bugs)
This commit is contained in:
parent
3e8e621fdd
commit
c396370e51
11 changed files with 11 additions and 11 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue