The tests will run on Windows now.

This commit is contained in:
David Given
2021-12-10 19:54:31 +00:00
parent c56459c98c
commit 0647a82d38

View File

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