The test case should fail as per "Bug 219943".
Details
Details
Diff Detail
Diff Detail
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 9821 Build 10256: arc lint + arc unit
Event Timeline
bin/ln/tests/ln_test.sh | ||
---|---|---|
232 | Also, please put the test in an appropriate spot in the list (sF_flag comes before sf_flag and after f_flag). |
Comment Actions
Address changes pointed by @ngie -
- Position the test case appropriately.
- Replace calls to file(1) with stat(1) and readlink(1).
Comment Actions
Ok -- I just committed the file -> stat/readlink change. Please rebase your change (thanks :)!!).