diff options
Diffstat (limited to 'test_layers')
-rwxr-xr-x | test_layers | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test_layers b/test_layers index 35cfb8fa..cf009d60 100755 --- a/test_layers +++ b/test_layers @@ -74,4 +74,6 @@ then ./mu_bin test edit/00* edit/010* || exit 1 echo "=== edit: until 011" ./mu_bin test edit/00* edit/01[01]* || exit 1 + echo "=== edit: until 012" + ./mu_bin test edit/00* edit/01[0-2]* || exit 1 fi |