From 5078f347dbda47b7239f0c9c26d82ab8018d9bd8 Mon Sep 17 00:00:00 2001 From: Marcin Nowak-Liebiediew Date: Thu, 18 Jan 2024 14:37:25 +0100 Subject: [PATCH] shellcheck disable lint --- e2e/tests-dfx/cycles-ledger.bash | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/e2e/tests-dfx/cycles-ledger.bash b/e2e/tests-dfx/cycles-ledger.bash index 06f4d8258f..a33abf54ae 100644 --- a/e2e/tests-dfx/cycles-ledger.bash +++ b/e2e/tests-dfx/cycles-ledger.bash @@ -525,7 +525,7 @@ current_time_nanoseconds() { # setup done dfx identity use alice - # shellcheck disable=SC2031 + # shellcheck disable=SC2030 export DFX_DISABLE_AUTO_WALLET=1 assert_command dfx canister create --all --with-cycles 10T assert_command dfx cycles balance --precise @@ -561,6 +561,7 @@ current_time_nanoseconds() { rm "$E2E_SHARED_LOCAL_NETWORK_DATA_DIRECTORY/wallets.json" # forget about the currently configured wallet # assert: no wallet configured + # shellcheck disable=SC2031 export DFX_DISABLE_AUTO_WALLET=1 assert_command_fail dfx wallet balance assert_match "No wallet configured"