From d5dab39a4ac50bc8964211f3c9426a4da5ce55c5 Mon Sep 17 00:00:00 2001 From: klauspost Date: Mon, 17 Aug 2015 11:02:04 +0200 Subject: [PATCH] Disable FUSE test on Windows. --- cmd/restic/integration_fuse_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/cmd/restic/integration_fuse_test.go b/cmd/restic/integration_fuse_test.go index 897e1fc75..5a6d26ac9 100644 --- a/cmd/restic/integration_fuse_test.go +++ b/cmd/restic/integration_fuse_test.go @@ -1,4 +1,5 @@ // +build !openbsd +// +build !windows package main