diff --git a/test/dune b/test/dune index e5b7386..1c0a228 100644 --- a/test/dune +++ b/test/dune @@ -2,15 +2,13 @@ (package git-kv) (applies_to simple) (locks p9418) - (enabled_if (= "true" {%read:git-daemon})) - (deps %{bin:mgit})) + (deps %{exe:../app/mgit.exe})) (cram (package git-kv) (applies_to fold) (locks p9418) - (enabled_if (= "true" {%read:git-daemon})) - (deps %{bin:mgit})) + (deps %{exe:../app/mgit.exe})) (executable (name git_daemon_exists) diff --git a/test/fold.t b/test/fold.t index 73cee83..5e8b846 100644 --- a/test/fold.t +++ b/test/fold.t @@ -11,14 +11,14 @@ Batch operation > exists /bar > quit > quit - /"bar" does not exists + /bar does not exists $ mgit git://localhost/simple#main < list / > get /bar > get /foo > quit - - bar - - foo + - /bar + - /foo 00000000: 4769 7420 726f 636b 7321 Git rocks! 00000000: 4865 6c6c 6f20 576f 726c 6421 Hello World! $ cd simple diff --git a/test/simple.t b/test/simple.t index b32c465..ff2c22e 100644 --- a/test/simple.t +++ b/test/simple.t @@ -35,7 +35,7 @@ Simple test of our Git Key-Value store > get /bar > get /foo > quit - + /"bar" + + /bar * / 00000000: 4769 7420 726f 636b 7321 0a Git rocks!. 00000000: 4865 6c6c 6f20 576f 726c 6421 0a Hello World!.