diff --git a/run-tests.sh b/run-tests.sh index 4a9afc5..6cfe800 100755 --- a/run-tests.sh +++ b/run-tests.sh @@ -13,7 +13,7 @@ echo "tests ready!" echo for t in $(ls tests/*.test); do - num=$(echo $t | grep -Poe '\d+') + num=$(echo $t | grep -Poe '\d\d') echo -n "$num $t... " if [ -f "$t-input.graphml" -o -f "tests/$num-output.txt" ] then