Joel Abraham
Results
1
issues of
Joel Abraham
## Expected Behavior root@435d13901d69:/# test -r test.txt ###file exists root@435d13901d69:/# echo $? 0 ## Actual Behavior root@435d13901d69:/# test -r test.txt ###file exists root@435d13901d69:/# echo $? 1 ## Steps to Reproduce...