Skip to content
Snippets Groups Projects
Commit ab929a174f7b authored by Yuya Nishihara's avatar Yuya Nishihara
Browse files

tests: silence output of darcs command

It appears darcs is more verbose by default these days. I got test failure
with Darcs 2.12.4.
parent f65faa4422c8
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@
$ mkdir darcs-repo
$ cd darcs-repo
$ darcs init
$ darcs init -q
$ echo a > a
$ darcs record -a -l -m p0
Finished recording patch 'p0'
......@@ -43,6 +43,7 @@
Backing up ./a(*) (glob)
We have conflicts in the following files:
./a
(?)
$ sleep 1
$ echo e > a
$ echo f > f
......@@ -54,7 +55,7 @@
test file and directory move
$ darcs mv f ff
$ darcs mv -q f ff
Test remove + move
......@@ -58,5 +59,5 @@
Test remove + move
$ darcs remove dir/d2
$ darcs remove -q dir/d2
$ rm dir/d2
......@@ -62,5 +63,5 @@
$ rm dir/d2
$ darcs mv dir dir2
$ darcs mv -q dir dir2
$ darcs record -a -l -m p3
Finished recording patch 'p3'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment