6 lines
117 B
Bash
Executable File
6 lines
117 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# There is a test binary and %check rpm target for testing
|
|
echo QAT-ZSTD-Plugin nulltest is PASS
|
|
exit 0
|