Fix test
This commit is contained in:
parent
48019f1310
commit
fc3e0e61be
@ -44,8 +44,8 @@ if [ $? -ne 1 ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
grep "$UUID" test.after > /dev/null
|
grep "$UUID" test.after > /dev/null
|
||||||
if [ $? -ne 1 ]; then
|
if [ $? -ne 0 ]; then
|
||||||
echo "Found $UUID in before ouput."
|
echo "Unable to find $UUID in after ouput."
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user