move false positives to another file
This commit is contained in:
@@ -1,17 +1,7 @@
|
||||
echo $?
|
||||
|
||||
cat Makefile | grep pr | head -n 5 | cd test (mybin)
|
||||
echo $?
|
||||
|
||||
cat Makefile | grep pr | head -n 5 | cat test (bin)
|
||||
echo $?
|
||||
|
||||
cat Makefile | grep pr | head -n 5 | hello (NA)
|
||||
echo $?
|
||||
|
||||
cat diufosgid
|
||||
echo $?
|
||||
|
||||
exit
|
||||
echo $?
|
||||
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
echo "bip | bip ; coyotte > < \" "
|
||||
|
||||
export vat=at
|
||||
c$var Makefile
|
||||
|
||||
@@ -9,9 +7,9 @@ $LESS$VAR
|
||||
|
||||
echo '\'
|
||||
|
||||
echo "\"
|
||||
echo '\\'
|
||||
|
||||
echo "\\"
|
||||
echo "\"
|
||||
|
||||
echo "\n \n \n"
|
||||
|
||||
@@ -49,4 +47,3 @@ echo ok "" "" "" "" "" "" "" "" "" ok
|
||||
|
||||
export OK="ok ok"
|
||||
echo $OK
|
||||
|
||||
|
||||
14
ut_false_positive.sh
Normal file
14
ut_false_positive.sh
Normal file
@@ -0,0 +1,14 @@
|
||||
ulimit -n
|
||||
|
||||
echo "bip | bip ; coyotte > < \" "
|
||||
|
||||
echo "\\"
|
||||
|
||||
cat Makefile | grep pr | head -n 5 | cd test (mybin)
|
||||
echo $?
|
||||
|
||||
cat Makefile | grep pr | head -n 5 | cat test (bin)
|
||||
echo $?
|
||||
|
||||
cat Makefile | grep pr | head -n 5 | hello (NA)
|
||||
echo $?
|
||||
@@ -38,8 +38,6 @@ ls | cat
|
||||
|
||||
cat | ls
|
||||
|
||||
ulimit -n
|
||||
|
||||
ls /proc/self/fd
|
||||
|
||||
ls | ls | ls /proc/self/fd
|
||||
|
||||
Reference in New Issue
Block a user