summaryrefslogtreecommitdiff
path: root/modules/sound/tests/unit_tests/beep.dia.ref
blob: 6acf8ed54c35f850c037f244df12fe78e03e4117 (plain)
1
2
3
4
5
old = beep();
if beep('on') <> 'on' then bugmes();quit;end;
if beep('off') <> 'off' then bugmes();quit;end;
if beep() <> 'off' then bugmes();quit;end;
beep(old);