Don't run the encodedecode tests on non-Linux platforms.

This commit is contained in:
David Given
2021-08-01 15:29:15 +02:00
parent b0a5174c0a
commit 8b1bcf21ee

View File

@@ -1,5 +1,11 @@
#!/bin/sh
set -e
if [ $(uname) != "Linux" ]; then
echo "Skipping test as not on Linux"
exit 0
fi
tmp=/tmp/$$
srcfile=$tmp.src.img
fluxfile=$tmp.flux