prune testdata

master
Bel LaPointe 2024-09-18 10:35:51 -04:00
parent 078dd72335
commit 6ba815f8b2
3 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,12 @@
package main
import (
"context"
"testing"
)
func TestRun(t *testing.T) {
if err := Run(context.Background(), []string{}); err != nil {
t.Fatal(err)
}
}

BIN
testdata/ffmpeg.d/cmd/prune/testdata/a.jpg vendored Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.1 MiB

BIN
testdata/ffmpeg.d/cmd/prune/testdata/b.jpg vendored Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.3 MiB