mirror of
https://github.com/dolthub/dolt.git
synced 2026-02-11 02:59:34 -06:00
Fixed bad test name
This commit is contained in:
@@ -32,7 +32,7 @@ teardown() {
|
||||
rm -rf "$BATS_TMPDIR/config-test$$"
|
||||
}
|
||||
|
||||
@test "config: different HOME vars" {
|
||||
@test "config-home: different HOME vars" {
|
||||
mkdir "$BATS_TMPDIR/config-test$$/homeA"
|
||||
HOME="$BATS_TMPDIR/config-test$$/homeA"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user