Files
42_SIDE_minishell_test/tests/defaults/builtins.sh
LuckyLaszlo 21c56c3985 fixed "cp $MINISHELL ." confilt with FILES_BEFORE
+ moved some tests to false_positives.sh
2021-12-17 12:27:52 +01:00

107 lines
597 B
Bash

echo
echo simple
echo -n simple
echo -n -n -nnnn -nnnnm
pwd a
pwd a b c d
cd
pwd
cd .
pwd
cd ~
pwd
cd /
pwd
cd no_file
pwd
cd a b c d
pwd
cd $HOME/Documents
pwd
cd ../../../../../..
pwd
exit -10
exit +10
echo bonjour
/bin/echo bonjour
mkdir testt
./testt
cd ./testt
pwd
exit a aa a
pwd
Echo
exit 123 123 123
echo hi
echo
echo
echo
echo
echo
echo
echo working
echo
cd ..
pwd
/bin/ls
cd notworking
cd .
cd ..
pwd
/bin/ls
cd ..
pwd
/bin/ls
cd notworking
cd .
cd ~
pwd
pwd .
pwd ..
cd ../Desktop
echo
cd
cd poep
exit 99
exit 3 a
exit 55 99