prune testdata
This commit is contained in:
12
testdata/ffmpeg.d/cmd/prune/main_test.go
vendored
Normal file
12
testdata/ffmpeg.d/cmd/prune/main_test.go
vendored
Normal 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
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
BIN
testdata/ffmpeg.d/cmd/prune/testdata/b.jpg
vendored
Executable file
Binary file not shown.
|
After Width: | Height: | Size: 8.3 MiB |
Reference in New Issue
Block a user