fish-shell/docker
Johannes Altmanninger d96a2e7052 Make docker script work when CDPATH is set
Since #3914 we convert empty CDPATH entries to ".", which makes them
easier to use in fish scripts. This has backfired here, because bash's
cd prints the directory if the "." entry from CDPATH is used.
From bash(1) on cd:

> If a non-empty directory name from CDPATH is used, or  if  -  is
> the  first argument, and the directory change is successful, the
> absolute pathname of the new working directory is written to the
> standard output.

My preferred fix would be to convince bash to amend "non-empty
directory" to "non-empty directory other than .".
2021-04-17 22:53:34 +02:00
..
context Introduce Docker-based build and test environments 2020-11-23 20:08:36 -08:00
bionic-asan-clang.Dockerfile Add a Ubuntu bionic asan clang dockerfile test 2021-01-11 12:44:21 -08:00
bionic-tsan-clang.Dockerfile Add 'bionic-tsan-clang' Dockerfile test 2020-11-23 21:00:15 -08:00
bionic-tsan.Dockerfile Add some additional packges to our Docker image based tests 2021-01-18 15:51:03 -08:00
bionic.Dockerfile Add some additional packges to our Docker image based tests 2021-01-18 15:51:03 -08:00
centos7.Dockerfile Add some additional packges to our Docker image based tests 2021-01-18 15:51:03 -08:00
docker_run_tests.sh Make docker script work when CDPATH is set 2021-04-17 22:53:34 +02:00
focal-32bit.Dockerfile Add a Dockerfile to test 32 bit builds 2021-02-07 17:51:31 -08:00