diff --git a/cmd/restic/integration_test.go b/cmd/restic/integration_test.go new file mode 100644 index 000000000..5f241b91d --- /dev/null +++ b/cmd/restic/integration_test.go @@ -0,0 +1,3 @@ +// build +integration + +package main_test