Skip to content

Commit

Permalink
debug windows
Browse files Browse the repository at this point in the history
Signed-off-by: Carolyn Van Slyck <me@carolynvanslyck.com>
  • Loading branch information
carolynvs committed Jul 16, 2022
1 parent dbd6e17 commit 6ee4e93
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions shx/move_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ func TestMove(t *testing.T) {
tmp, err := ioutil.TempDir("testdata", "magex")
require.NoError(t, err, "could not create temp directory for test")
defer os.RemoveAll(tmp)
t.Logf("using temp directory %s", tmp)

err = Move("testdata/copy/a", tmp, MoveRecursive)
require.NoError(t, err, "Move into empty directory failed")
Expand Down

0 comments on commit 6ee4e93

Please sign in to comment.