diff --git a/test/fold.t b/test/fold.t index 10428a2..cf67cb3 100644 --- a/test/fold.t +++ b/test/fold.t @@ -5,7 +5,7 @@ Batch operation $ cd .. $ git daemon --base-path=. --export-all --enable=receive-pack --reuseaddr --pid-file=pid --detach $ mgit git://localhost/simple#main < fold + > fold > set /bar "Git rocks!" > set /foo "Hello World!" > exists /bar @@ -22,7 +22,7 @@ Batch operation 00000000: 4769 7420 726f 636b 7321 Git rocks! 00000000: 4865 6c6c 6f20 576f 726c 6421 Hello World! $ cd simple - $ git log main --pretty=oneline | wc -l + $ git log main --pretty=oneline | wc -l | tr -d ' ' 1 $ cd .. $ kill $(cat pid) diff --git a/test/fold2.t b/test/fold2.t index e95f27c..932de0a 100644 --- a/test/fold2.t +++ b/test/fold2.t @@ -12,7 +12,7 @@ Reading during batch operation - /bar 00000000: 4769 7420 726f 636b 7321 Git rocks! $ cd simple - $ git log main --pretty=oneline | wc -l + $ git log main --pretty=oneline | wc -l | tr -d ' ' 1 $ cd .. $ kill $(cat pid)