s/exit 1/exit 255/ so that test is marked as SKIPPED not UNTESTED

This commit is contained in:
Mark Andrews
2013-06-11 09:20:26 +10:00
parent a7daffaf4e
commit 8454d1cb78

View File

@@ -19,5 +19,5 @@ then
:
else
echo "I:This test requires --enable-rrl at compile time." >&2
exit 1
exit 255
fi