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

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

sleep 2