From 4e8e3b96ca5163ff8512d9eb182b51db5b138ded Mon Sep 17 00:00:00 2001 From: Zach Musgrave Date: Wed, 11 Aug 2021 10:57:05 -0700 Subject: [PATCH] Fixed bad test name --- integration-tests/bats/config-home.bats | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration-tests/bats/config-home.bats b/integration-tests/bats/config-home.bats index d4555c1995..bce68fc597 100644 --- a/integration-tests/bats/config-home.bats +++ b/integration-tests/bats/config-home.bats @@ -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"