moby--moby/integration-cli
Tianon Gravi 24189b2c36 Fix builder from being over-aggressive on ${}
`${SOME_VAR%pattern}` was turning into `SOME_VAL%pattern}` which the shell would then balk at.

I've updated the `TOKEN_ENV_INTERPOLATION` regex to account for this (ie, if `${` is used, it _must_ also match the closing `}`), and renamed the variable to not be exported (since it's not used outside the function following it).

I also added comments for the bits of `tokenEnvInterpolation` so they're easier to follow. 😄

Signed-off-by: Andrew Page <admwiggin@gmail.com>
2014-10-14 00:58:55 -06:00
..
build_tests/TestCopy
MAINTAINERS
docker_api_inspect_test.go integcli: lint fixes 2014-10-06 23:15:17 +03:00
docker_cli_attach_test.go
docker_cli_build_test.go Fix builder from being over-aggressive on ${} 2014-10-14 00:58:55 -06:00
docker_cli_commit_test.go integcli: lint fixes 2014-10-06 23:15:17 +03:00
docker_cli_cp_test.go
docker_cli_create_test.go
docker_cli_daemon_test.go Restore volume refs after daemon restart 2014-10-08 14:17:27 -04:00
docker_cli_diff_test.go
docker_cli_events_test.go integcli: lint fixes 2014-10-06 23:15:17 +03:00
docker_cli_exec_test.go
docker_cli_export_import_test.go
docker_cli_history_test.go integcli: lint fixes 2014-10-06 23:15:17 +03:00
docker_cli_images_test.go
docker_cli_import_test.go integcli: lint fixes 2014-10-06 23:15:17 +03:00
docker_cli_info_test.go
docker_cli_inspect_test.go integcli: lint fixes 2014-10-06 23:15:17 +03:00
docker_cli_kill_test.go
docker_cli_links_test.go integcli: lint fixes 2014-10-06 23:15:17 +03:00
docker_cli_logs_test.go
docker_cli_nat_test.go integcli: lint fixes 2014-10-06 23:15:17 +03:00
docker_cli_port_test.go
docker_cli_ps_test.go integcli: lint fixes 2014-10-06 23:15:17 +03:00
docker_cli_pull_test.go
docker_cli_push_test.go
docker_cli_restart_test.go
docker_cli_rm_test.go
docker_cli_rmi_test.go
docker_cli_run_test.go Disable stable IPs. 2014-10-09 15:15:17 -07:00
docker_cli_save_load_test.go
docker_cli_search_test.go
docker_cli_start_test.go
docker_cli_tag_test.go Fix Tag Test for longer tags 2014-10-07 19:37:08 -07:00
docker_cli_top_test.go
docker_cli_version_test.go
docker_test_vars.go Fixes re-creating volume on (re)start 2014-10-08 16:25:51 -04:00
docker_utils.go Fixes re-creating volume on (re)start 2014-10-08 16:25:51 -04:00
utils.go Fix Tag Test for longer tags 2014-10-07 19:37:08 -07:00