X-Git-Url: https://ruderich.org/simon/gitweb/?p=safcm%2Fsafcm.git;a=blobdiff_plain;f=remote%2Fsync%2Fsync_test.go;fp=cmd%2Fsafcm-remote%2Fsync%2Fsync_test.go;h=f5d2e1120748b98704c8865ab2c4183d24552b67;hp=0953c0490e2fd17dda565b8d357615a1d8117758;hb=9269fa3c94e700afc0be823f58ea473a2db8f3dc;hpb=fd97e8019e2ab166d9475ed59782c86247d8430b diff --git a/cmd/safcm-remote/sync/sync_test.go b/remote/sync/sync_test.go similarity index 97% rename from cmd/safcm-remote/sync/sync_test.go rename to remote/sync/sync_test.go index 0953c04..f5d2e11 100644 --- a/cmd/safcm-remote/sync/sync_test.go +++ b/remote/sync/sync_test.go @@ -27,8 +27,8 @@ import ( "github.com/google/go-cmp/cmp/cmpopts" "ruderich.org/simon/safcm" - "ruderich.org/simon/safcm/cmd/safcm-remote/log" - "ruderich.org/simon/safcm/cmd/safcm-remote/run" + "ruderich.org/simon/safcm/remote/log" + "ruderich.org/simon/safcm/remote/run" ) // testRunner implements run.Runner to test commands without actually running