From 9291b46b15b8cd9cb9785fad0f0e6b8537c169f6 Mon Sep 17 00:00:00 2001 From: John D Pell Date: Thu, 6 Jan 2022 19:34:12 -0800 Subject: [PATCH] test_lib: update BATS to latest tag(s) And fix any failing tests. --- test/plugins/base.plugin.bats | 2 +- test_lib/bats-core | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) mode change 100644 => 100755 test/plugins/base.plugin.bats diff --git a/test/plugins/base.plugin.bats b/test/plugins/base.plugin.bats old mode 100644 new mode 100755 index 05081a8a..f866199d --- a/test/plugins/base.plugin.bats +++ b/test/plugins/base.plugin.bats @@ -40,7 +40,7 @@ load ../../plugins/available/base.plugin mkcd "${dir_name}" assert_success assert_dir_exist "${BASH_IT_ROOT}/${dir_name}" - assert_equal "${PWD}" "${BASH_IT_ROOT}/${dir_name}" + assert_equal "${PWD}" "${BASH_IT_ROOT//\/\///}/${dir_name}" } @test 'plugins base: lsgrep()' { diff --git a/test_lib/bats-core b/test_lib/bats-core index 73b8d2f9..99d64eb0 160000 --- a/test_lib/bats-core +++ b/test_lib/bats-core @@ -1 +1 @@ -Subproject commit 73b8d2f95513207b319efe34685553b75c0b214e +Subproject commit 99d64eb017abcd6a766dd0d354e625526da69cb3