summaryrefslogtreecommitdiff
path: root/volume/validate_test_windows.go
diff options
context:
space:
mode:
Diffstat (limited to 'volume/validate_test_windows.go')
-rw-r--r--volume/validate_test_windows.go6
1 files changed, 6 insertions, 0 deletions
diff --git a/volume/validate_test_windows.go b/volume/validate_test_windows.go
new file mode 100644
index 0000000..d5f86ac
--- /dev/null
+++ b/volume/validate_test_windows.go
@@ -0,0 +1,6 @@
+package volume
+
+var (
+ testDestinationPath = `c:\foo`
+ testSourcePath = `c:\foo`
+)