diff options
author | Robert Hensing <roberth@users.noreply.github.com> | 2023-03-18 14:39:38 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-18 14:39:38 +0100 |
commit | bf0c8c34e7c621999fdbf6f32be639d3a1495e17 (patch) | |
tree | 8cb7a81bab4f48ca37c1794656ea3b7ac006f19d | |
parent | f9c24d67b96f7d2cc4293ac8c3fbed70eb8328a8 (diff) |
tests/flake-in-submodule: Remove unnecessary rm -rf
-rw-r--r-- | tests/flakes/flake-in-submodule.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/flakes/flake-in-submodule.sh b/tests/flakes/flake-in-submodule.sh index 9df47921e..21a4b52de 100644 --- a/tests/flakes/flake-in-submodule.sh +++ b/tests/flakes/flake-in-submodule.sh @@ -24,8 +24,6 @@ git config --global protocol.file.allow always rootRepo=$TEST_ROOT/rootRepo subRepo=$TEST_ROOT/submodule -rm -rf $rootRepo $subRepo $TEST_HOME/.cache/nix - createGitRepo $subRepo cat > $subRepo/flake.nix <<EOF |