Huge progress. Now actually working.

This commit is contained in:
simon 2017-09-13 15:58:59 +01:00
parent 9661ad339a
commit 0826dcfdda
18 changed files with 205 additions and 90 deletions

View file

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