diff scripts/audio/@audiorecorder/audiorecorder.m @ 19609:7f5006dfa2eb

* audiorecorder.m: Fix test.
author John W. Eaton <jwe@octave.org>
date Tue, 13 Jan 2015 23:06:08 -0500
parents 72304a4e010a
children b2fe4dbe5266
line wrap: on
line diff
--- a/scripts/audio/@audiorecorder/audiorecorder.m	Tue Jan 13 22:38:15 2015 -0500
+++ b/scripts/audio/@audiorecorder/audiorecorder.m	Tue Jan 13 23:06:08 2015 -0500
@@ -126,7 +126,7 @@
 #%! unlink ("record.txt")
 #%! record (recorder);
 #%! sleep (2);
-#%! stop (player);
+#%! stop (recorder);
 #%! s = stat ("record.txt");
 #%! assert (s.size > 0);