about summary refs log tree commit diff
path: root/tests/locking.builder.sh
blob: 7598653b1d5ddd6beffd370428469be376c62554 (plain) (blame)
1
2
3
4
5
6
7
sleep 3

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

sleep 2