about summary refs log tree commit diff
path: root/tests/locking.builder.sh
blob: 5c3dfdafbc596763105ca38fd43a338cb52d674b (plain) (blame)
1
2
3
4
5
6
7
8
9
export PATH=/bin:/usr/bin:$PATH

sleep 3

touch $out
# Use `>>'; without proper locking this will cause text duplication.
echo -n $(cat $inputs)$text >> $out

sleep 2