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

                               

   


          






                           



                                                                    
export PATH=/bin:/usr/bin:$PATH

env

sleep 3

touch $out
echo CAT1
cat $inputs
echo CAT2
echo -n $(cat $inputs)$text
echo CAT3


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

sleep 2