From 50ada5b59d69ef38706200559301fb71edd81701 Mon Sep 17 00:00:00 2001 From: pgen Date: Sat, 12 May 2018 21:53:50 +0200 Subject: Make test.sh more portable --- tests/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/test.sh b/tests/test.sh index f0c81a8..5acdd12 100755 --- a/tests/test.sh +++ b/tests/test.sh @@ -49,7 +49,7 @@ clear PS1='$ ' $PTYLIE -i $1.tst -l $1.log -w 80 -h 24 sh $HVLT < $1.log | sed '1,/exit 0/!d' > $1.out rm -f $1.log $1.bad -[[ -f $LOG ]] && touch $LOG +[ -f $LOG ] && touch $LOG # Add the new log entry, # If the .good file exists and the .out and the .good files are identical -- cgit v1.2.3