# HG changeset patch # User John W. Eaton # Date 1421208368 18000 # Node ID 7f5006dfa2ebd8d8ca5c570e113b1f9704c45a97 # Parent 47d778e6a518045f75de0a96efd4db05bef87cbc * audiorecorder.m: Fix test. diff --git a/scripts/audio/@audiorecorder/audiorecorder.m b/scripts/audio/@audiorecorder/audiorecorder.m --- a/scripts/audio/@audiorecorder/audiorecorder.m +++ b/scripts/audio/@audiorecorder/audiorecorder.m @@ -126,7 +126,7 @@ #%! unlink ("record.txt") #%! record (recorder); #%! sleep (2); -#%! stop (player); +#%! stop (recorder); #%! s = stat ("record.txt"); #%! assert (s.size > 0);