]> ruderich.org/simon Gitweb - safcm/safcm.git/blobdiff - cmd/safcm-remote/sync/sync_test.go
Improve and add comments
[safcm/safcm.git] / cmd / safcm-remote / sync / sync_test.go
index 4c0f08d5abdf6515f4da8df503b2088fd71d355d..6f8025a2c7cb8d106be7efe23c4efb1b1644e321 100644 (file)
@@ -31,6 +31,8 @@ import (
        "ruderich.org/simon/safcm/cmd/safcm-remote/run"
 )
 
+// testRunner implements run.Runner to test commands without actually running
+// them.
 type testRunner struct {
        t         *testing.T
        expCmds   []*exec.Cmd