Skip to content
Snippets Groups Projects
Commit cb8ab45f authored by Anh Nguyen-Tuong's avatar Anh Nguyen-Tuong
Browse files

Fix test

Former-commit-id: 04f25c98c58664414e79cbb6efd992c04b041c67
parent b6241973
No related branches found
No related tags found
No related merge requests found
......@@ -15,8 +15,6 @@ make clean
if [ $? -eq 0 ]; then
echo "Error: expected ls failure"
exit 1
else
exit 0
fi
# verify grep failure
......@@ -24,7 +22,7 @@ fi
if [ $? -eq 0 ]; then
echo "Error: expected grep failure"
exit 1
else
exit 0
fi
exit 0
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment