We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
root@435d13901d69:/# test -r test.txt ###file exists root@435d13901d69:/# echo $? 0
root@435d13901d69:/# test -r test.txt ###file exists root@435d13901d69:/# echo $? 1
root@435d13901d69:/# test -r $(pwd)/test.txt proot info: vpid 3: pid 384proot info: vpid 3: sysenter start: newfstatat(0x1, 0x7f640ab0444f, 0x7fffa731a2f0, 0x1000, 0x7f640ab48a70, 0x5000001565e0) = 0xffffffffffffffda [0x7fffa731a2e8, 0] proot info: vpid 1: sysenter start: wait4(0xffffffff, 0x7fffa731a570, 0xa, 0x0, 0x7fffa731a660, 0x1) = 0xffffffffffffffda [0x7fffa731a548, 0] proot info: vpid 3: **exited with status 0** proot info: vpid 1: sysenter start: wait4(0xffffffff, 0x7fffa7319f10, 0xb, 0x0, 0x7fffa731a5e0, 0x0) = 0xffffffffffffffda [0x7fffa7319ee8, 0] root@435d13901d69:/# echo $? proot info: vpid 1: sysenter start: newfstatat(0x1, 0x7f640ab0444f, 0x7fffa731a6d0, 0x1000, 0x7f640aafd460, 0x7fffffff) = 0xffffffffffffffda [0x7fffa731a6c8, 0] 1 root@435d13901d69:/#
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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 the Problem
Specifications
Command Output
The text was updated successfully, but these errors were encountered: