summaryrefslogtreecommitdiff
path: root/tests/env-11spare-migration
diff options
context:
space:
mode:
Diffstat (limited to 'tests/env-11spare-migration')
-rw-r--r--tests/env-11spare-migration11
1 files changed, 0 insertions, 11 deletions
diff --git a/tests/env-11spare-migration b/tests/env-11spare-migration
deleted file mode 100644
index d5eb76d3..00000000
--- a/tests/env-11spare-migration
+++ /dev/null
@@ -1,11 +0,0 @@
-setup_env() {
- export IMSM_DEVNAME_AS_SERIAL=1
- export IMSM_TEST_OROM=1
- export IMSM_NO_PLATFORM=1
- }
-
-reset_env() {
- unset IMSM_DEVNAME_AS_SERIAL
- unset IMSM_TEST_OROM
- unset IMSM_NO_PLATFORM
-}