tests/flake-in-submodule: Remove unnecessary rm -rf

This commit is contained in:
Robert Hensing 2023-03-18 14:39:38 +01:00 committed by GitHub
parent f9c24d67b9
commit bf0c8c34e7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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