Skip to content

Commit dae280a

Browse files
author
Matt Pearson
committed
Remove superfluous config bits from arg-parsing tests.
1 parent f1b23e1 commit dae280a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

arg-parsing-test.bats

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,23 +17,19 @@ teardown() {
1717

1818
set_env_vars() {
1919
# Set environment variables.
20-
export GIT_DEPLOY_USERNAME=env-username
21-
export GIT_DEPLOY_EMAIL=env-email
2220
export GIT_DEPLOY_APPEND_HASH=env-var
2321
}
2422

2523
write_env_file() {
2624
# Write a '.env' file to override environment variables.
2725
cat <<-EOF > .env
28-
GIT_DEPLOY_EMAIL=dotenv-email
2926
GIT_DEPLOY_APPEND_HASH=env-file
3027
EOF
3128
}
3229

3330
write_conf_file() {
3431
# Write a config-file to override '.env'.
3532
cat <<-EOF > conf
36-
GIT_DEPLOY_EMAIL=conf-email
3733
GIT_DEPLOY_APPEND_HASH=conf-file
3834
EOF
3935
}

0 commit comments

Comments
 (0)