]> ruderich.org/simon Gitweb - safcm/safcm.git/blobdiff - remote/sync/files_test.go
Move implementation of cmd/safcm-remote/ to remote/
[safcm/safcm.git] / remote / sync / files_test.go
similarity index 99%
rename from cmd/safcm-remote/sync/files_test.go
rename to remote/sync/files_test.go
index 88a5b51f85cd3fa4a4d36f1422ecbe37424565de..39714594382445369936666719d625d4351cd820 100644 (file)
@@ -25,7 +25,7 @@ import (
        "testing"
 
        "ruderich.org/simon/safcm"
-       ft "ruderich.org/simon/safcm/cmd/safcm-remote/sync/filetest"
+       ft "ruderich.org/simon/safcm/remote/sync/filetest"
        "ruderich.org/simon/safcm/testutil"
 )