packages/utils/syncthing/test.sh
Paul Spooren 0cc2a8dde3 syncthing: add runtime test
Run trivial check if the compiled binary works on the architecture.

Signed-off-by: Paul Spooren <mail@aparcar.org>
2020-09-16 10:40:16 -10:00

3 lines
49 B
Bash

#!/bin/sh
syncthing --version | grep "${2%%-*}"