fixed "cp $MINISHELL ." confilt with FILES_BEFORE
+ moved some tests to false_positives.sh
This commit is contained in:
@@ -46,12 +46,8 @@ ls | ls | ls | ls | ls | ls /proc/self/fd
|
||||
|
||||
echo | cd .. | pwd
|
||||
|
||||
echo DOET HET NIET > test1 | cat test1
|
||||
|
||||
echo hallo >x1 >x2 >x3 | echo hoi
|
||||
|
||||
export | grep -e "HOME="
|
||||
|
||||
echo hallo daar | echo hoi maran
|
||||
|
||||
echo "test test" > working.txt
|
||||
@@ -61,8 +57,6 @@ cat | cat -e | cat
|
||||
|
||||
ls filedoesnotexist | grep notme | echo "TEST"
|
||||
|
||||
export | grep -e "PWD="
|
||||
|
||||
echo hallo daar
|
||||
echo hoi maran
|
||||
echo hallo daar | echo hoi maran
|
||||
@@ -80,14 +74,12 @@ echo hoi
|
||||
echo hallo >x1 >x2 >x3 | echo hoi
|
||||
|
||||
echo hallo | echo poep >x1 >x2
|
||||
echo hallo ; echo poep >x1 >x2
|
||||
|
||||
echo hallo | echo hoi | cat
|
||||
|
||||
echo hallo | echo hoi > y1 >y2 | cat -e
|
||||
echo hoi > y1 >y2 ; cat -e
|
||||
|
||||
echo hallo | echo hoi > y1 >y2 ; cat -e
|
||||
echo "hello | this is some stuff > touch this file" | grep more
|
||||
|
||||
echo hello | this is some stuff > touch this file | grep more
|
||||
|
||||
Reference in New Issue
Block a user