From 64b61ee76cc80e54b127ba194b9b0ca06d82bb00 Mon Sep 17 00:00:00 2001 From: Brandon Rodriguez <brodriguez8774@gmail.com> Date: Sun, 25 Oct 2020 18:36:03 -0400 Subject: [PATCH] Removed unittest submodules Turns out I was referencing a depreciated version. --- .gitmodules | 9 --------- tests/libs/bats | 1 - tests/libs/bats-assert | 1 - tests/libs/bats-support | 1 - 4 files changed, 12 deletions(-) delete mode 100644 .gitmodules delete mode 160000 tests/libs/bats delete mode 160000 tests/libs/bats-assert delete mode 160000 tests/libs/bats-support diff --git a/.gitmodules b/.gitmodules deleted file mode 100644 index 98983bc..0000000 --- a/.gitmodules +++ /dev/null @@ -1,9 +0,0 @@ -[submodule "tests/libs/bats"] - path = tests/libs/bats - url = https://github.com/sstephenson/bats -[submodule "tests/libs/bats-assert"] - path = tests/libs/bats-assert - url = https://github.com/ztombol/bats-assert -[submodule "tests/libs/bats-support"] - path = tests/libs/bats-support - url = https://github.com/ztombol/bats-support diff --git a/tests/libs/bats b/tests/libs/bats deleted file mode 160000 index 0360811..0000000 --- a/tests/libs/bats +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 03608115df2071fff4eaaff1605768c275e5f81f diff --git a/tests/libs/bats-assert b/tests/libs/bats-assert deleted file mode 160000 index 9f88b42..0000000 --- a/tests/libs/bats-assert +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 9f88b4207da750093baabc4e3f41bf68f0dd3630 diff --git a/tests/libs/bats-support b/tests/libs/bats-support deleted file mode 160000 index 004e707..0000000 --- a/tests/libs/bats-support +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 004e707638eedd62e0481e8cdc9223ad471f12ee -- GitLab