mirror of
https://github.com/dolthub/dolt.git
synced 2026-03-06 10:29:33 -06:00
ls.bats was using test table names like `t1` and `t2` and making assertions against the output of `dolt ls`. But the output of `dolt ls` also sometimes includes a commit hash, which can itself contain these strings. Change it so that we use names which will never appear in a commit hash.