diff options
Diffstat (limited to 'test/README')
-rw-r--r-- | test/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/README b/test/README index b8effea9..fef240da 100644 --- a/test/README +++ b/test/README @@ -156,7 +156,7 @@ your changes. The process looks like this: # Let's save those output images mkdir /some/directory/ - cp test/*-out.png /some/directory/ + cp -r test/output /some/directory/ # hack, hack, hack |