1
mirror of https://github.com/rclone/rclone synced 2025-03-21 03:04:23 +01:00
rclone/cmd/rclone_test.go

11 lines
115 B
Go
Raw Normal View History

2013-06-27 20:00:01 +01:00
// Tests for rclone
package cmd
import (
"testing"
)
func TestFIXME(t *testing.T) {
// FIXME test something!
}