tests/test-mq-qrefresh-interactive.t
changeset 25797 cc9fb45986d4
parent 22589 9ab18a912c44
child 25798 08f2177b15c7
--- a/tests/test-mq-qrefresh-interactive.t	Wed Jul 15 04:45:58 2015 +0900
+++ b/tests/test-mq-qrefresh-interactive.t	Wed Jul 15 04:45:58 2015 +0900
@@ -123,6 +123,12 @@
 
   $ hg add 1.txt 2.txt dir/a.txt
   $ hg commit -m aaa
+  $ hg qrecord --config ui.interactive=false patch
+  abort: running non-interactively, use qnew instead
+  [255]
+  $ hg qnew -i --config ui.interactive=false patch
+  abort: running non-interactively
+  [255]
   $ hg qnew -d '0 0' patch
 
 Changing files