s/exit 1/exit 255/ so that test is marked as SKIPPED not UNTESTED
This commit is contained in:
@@ -19,5 +19,5 @@ then
|
||||
:
|
||||
else
|
||||
echo "I:This test requires --enable-rrl at compile time." >&2
|
||||
exit 1
|
||||
exit 255
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user