mirror of
https://github.com/genodelabs/genode.git
synced 2025-04-16 15:29:57 +00:00
tool_chain_auto.run: exercise 'ln -s'
as a regression test for issue #4219.
This commit is contained in:
parent
5138aeba80
commit
6de19e4a9b
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user