]> _ Git - alire.git/commit
Environment: allow to set var twice to the same value (#580)
authorAlejandro R Mosteo <alejandro@mosteo.com>
Tue, 20 Oct 2020 11:11:30 +0000 (13:11 +0200)
committerGitHub <noreply@github.com>
Tue, 20 Oct 2020 11:11:30 +0000 (13:11 +0200)
commit3a5a23419dcf66317cce5db37e6f60b51ce60e86
tree2165c03547c41f5015982e5ec6611fbcc3ef8ee7
parent378baa6f348a1ac7a918582b4dbd8c41d042db96
Environment: allow to set var twice to the same value (#580)

This was already intended to work like this, but was buggy.
src/alire/alire-environment.adb
testsuite/tests/printenv/double-set/my_index/crates/checkenv/checkenv.gpr [new file with mode: 0644]
testsuite/tests/printenv/double-set/my_index/crates/checkenv/src/checkenv.adb [new file with mode: 0644]
testsuite/tests/printenv/double-set/my_index/index/ch/checkenv/checkenv-1.0.0.toml [new file with mode: 0644]
testsuite/tests/printenv/double-set/my_index/index/ch/checkparent/checkparent-1.0.0.toml [new file with mode: 0644]
testsuite/tests/printenv/double-set/my_index/index/index.toml [new file with mode: 0644]
testsuite/tests/printenv/double-set/test.py [new file with mode: 0644]
testsuite/tests/printenv/double-set/test.yaml [new file with mode: 0644]