Lines Matching refs:com1
22 com1="foo bar"
45 ./sox $input --add-comment "$com1" $tmp.au
46 check $tmp.au "$com1"
48 ./sox $tmp.comment.au --add-comment "$com1" $tmp.au
49 check $tmp.au "$com0" "$com1"
51 ./sox $input --add-comment "$com1" --add-comment "$com2" $tmp.au
52 check $tmp.au "$com1" "$com2"
54 ./sox $tmp.comment.au --add-comment "$com1" --add-comment "$com2" $tmp.au
55 check $tmp.au "$com0" "$com1" "$com2"
60 ./sox $tmp.comments.au --comment "$com1" $tmp.au
61 check $tmp.au "$com1"
63 ./sox $tmp.comments.au --add-comment "$com1" $tmp.au
65 echo "$com1" >> $tmp.j
68 ./sox $tmp.comments.au --add-comment "$com1" --add-comment "$com2" $tmp.au