tool_chain_auto.run: exercise 'ln -s'

as a regression test for issue #4219.
This commit is contained in:
Norman Feske 2021-07-12 16:52:02 +02:00 committed by Christian Helmuth
parent 5138aeba80
commit 6de19e4a9b

View File

@ -86,6 +86,7 @@ build $build_components
# write default .bash_profile file
set bash_profile_fd [open bin/bash_profile w]
puts $bash_profile_fd {
ln -s a /home/b ; rm /home/b # regression test for issue #4219
echo 'creating build directory...'
mkdir -p "/home/build"
cp -r /genode/depot /home/build