Always run test script in test-dir

This commit is contained in:
Daniel Aarno 2012-05-17 21:35:42 +02:00
parent b96e42cf76
commit a5e1c09cef

View File

@ -1,5 +1,9 @@
#!/bin/bash
# Always run in script-dir
DIR=`dirname $0`
cd $DIR
let "suc = 0"
let "fail = 0"
NUMTEST=82