changeset 602:c42bf64d88a8

test-tree-decomposition: work around git command format changes
author Augie Fackler <raf@durin42.com>
date Wed, 28 Aug 2013 11:27:13 -0400
parents 65d8a43bc5ee
children f1bac7f37a05
files tests/test-tree-decomposition.t
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tests/test-tree-decomposition.t	Mon Aug 12 23:20:41 2013 +0900
+++ b/tests/test-tree-decomposition.t	Wed Aug 28 11:27:13 2013 -0400
@@ -16,7 +16,7 @@
 
   $ rm -r d1
   $ echo c > d1
-  $ git add d1
+  $ git add --all d1
   $ fn_git_commit -m 'replace a dir with a file'