1
mirror of https://github.com/rclone/rclone synced 2024-11-14 13:36:24 +01:00

selfupdate: make sure we don't run tests if selfupdate is set

This commit is contained in:
Nick Craig-Wood 2023-10-20 18:14:27 +01:00
parent 5b0f9dc4e3
commit 5b0d3d060f

View File

@ -1,3 +1,6 @@
//go:build !noselfupdate
// +build !noselfupdate
package selfupdate
import (