Add support for Merge and Diff fs operations.

Signed-off-by: Erik Sipsma <erik@sipsma.dev>
This commit is contained in:
Erik Sipsma
2022-03-10 11:37:25 -08:00
parent 7b4b59153d
commit b67d2d44ad
6 changed files with 271 additions and 3 deletions

View File

@@ -128,3 +128,12 @@ setup() {
run "$DAGGER" "do" -p ./tasks/source/source_not_exist.cue source
assert_failure
}
@test "task: #Merge" {
"$DAGGER" "do" -p ./tasks/merge/merge.cue test
}
@test "task: #Diff" {
"$DAGGER" "do" -p ./tasks/diff/diff.cue test
}