aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2014-02-14 10:29:04 -0800
committerAlon Zakai <alonzakai@gmail.com>2014-02-14 10:29:04 -0800
commit8b6047b57badc18d90afddde86bf727b1a30733e (patch)
treeb2a0c259916907d67af2df4cae1b74beb3ea96fb
parentf39f71ff14c7bf0364d078e21315ff0bac5b2f1d (diff)
fix fuzz checker
-rwxr-xr-xtests/fuzz/test.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/fuzz/test.sh b/tests/fuzz/test.sh
index 5912682e..af00e966 100755
--- a/tests/fuzz/test.sh
+++ b/tests/fuzz/test.sh
@@ -43,5 +43,6 @@ diff fc js | grep -v warning
echo "js/fc-sh"
diff fc-sh js | grep -v warning
echo "native/fc"
-diff n1 fc | grep -v warning
+grep -v warning fc > fclean
+diff n1 fclean | grep -v warning