changeset 19609:7f5006dfa2eb

* audiorecorder.m: Fix test.
author John W. Eaton <jwe@octave.org>
date Tue, 13 Jan 2015 23:06:08 -0500
parents 47d778e6a518
children e97c63531e76
files scripts/audio/@audiorecorder/audiorecorder.m
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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);