mirror of
https://github.com/davidgiven/fluxengine.git
synced 2025-10-31 11:17:01 -07:00
Don't run the encodedecode tests on non-Linux platforms.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user