Blame abb18a830c7601b4ce873052031d0516217f74a6.patch

87d5449
From abb18a830c7601b4ce873052031d0516217f74a6 Mon Sep 17 00:00:00 2001
87d5449
From: Alexander Neumann <alexander@bumpern.de>
87d5449
Date: Sat, 14 Jul 2018 11:51:34 +0200
87d5449
Subject: [PATCH] Fix test
87d5449
87d5449
---
87d5449
 internal/restic/node_unix_test.go | 2 +-
87d5449
 1 file changed, 1 insertion(+), 1 deletion(-)
87d5449
87d5449
diff --git a/internal/restic/node_unix_test.go b/internal/restic/node_unix_test.go
87d5449
index 4c44d5a34..0908d378e 100644
87d5449
--- a/internal/restic/node_unix_test.go
87d5449
+++ b/internal/restic/node_unix_test.go
87d5449
@@ -112,7 +112,7 @@ func TestNodeFromFileInfo(t *testing.T) {
87d5449
 
87d5449
 			s, ok := fi.Sys().(*syscall.Stat_t)
87d5449
 			if !ok {
87d5449
-				t.Skip("fi type is %T, not stat_t", fi.Sys())
87d5449
+				t.Skipf("fi type is %T, not stat_t", fi.Sys())
87d5449
 				return
87d5449
 			}
87d5449