From c10865a46e6e3083ceb2c6a450568fa2df91ec99 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Wed, 2 Mar 2022 11:14:31 +0100 Subject: [PATCH] tests: Rename nix-profile.sh -> bash-profile.sh --- tests/{nix-profile.sh => bash-profile.sh} | 0 tests/local.mk | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename tests/{nix-profile.sh => bash-profile.sh} (100%) diff --git a/tests/nix-profile.sh b/tests/bash-profile.sh similarity index 100% rename from tests/nix-profile.sh rename to tests/bash-profile.sh diff --git a/tests/local.mk b/tests/local.mk index 53a9179a3..aba5aa651 100644 --- a/tests/local.mk +++ b/tests/local.mk @@ -89,7 +89,7 @@ nix_tests = \ build.sh \ ca/nix-run.sh \ db-migration.sh \ - nix-profile.sh \ + bash-profile.sh \ pass-as-file.sh \ describe-stores.sh \ store-ping.sh