Reorder tests to not use the same number (#2947)

Distinct numbers make re-running individual tests easier by helping with
tab-completion.

Completeness verified using:
% for i in $(seq 0 600)
do
  files=$(ls testcases/t/$(printf "%03d" $i)-*.t 2>&- | wc -l)
  [ "$files" != "0" ] && [ "$files" != "1" ] && echo "clash: $i"
done
next
Michael Stapelberg 2017-09-14 17:49:02 +02:00 committed by Michael Stapelberg
parent 31834b3ce4
commit 5d9db61dda
23 changed files with 0 additions and 0 deletions