Ticket #22228

test 組込みの演算子の追加

Open Date: 2010-06-17 00:58 Last Update: 2012-11-24 14:44

Reporter:
Owner:
Type:
Status:
Closed
Component:
MileStone:
(None)
Priority:
3
Severity:
3
Resolution:
Fixed
File:
None
Vote
Score: 0
No votes
0.0% (0/0)
0.0% (0/0)

Details

Test 組込みコマンドに ksh や bash にある非 POSIX な演算子を追加する。

  • -N: ファイルが存在し、最終変更日時が最終アクセス日時より後
  • -O: ファイルが存在し、所有ユーザがシェルプロセスの実効ユーザと同じ
  • -G: ファイルが存在し、所有グループがシェルプロセスの実効グループと同じ
  • =~: 正規表現マッチング
  • シェルオプションが指定されているかどうかを判定する演算子 (ksh や bash では単項 -o だが、二項演算子と紛らわしい。どうする?)

Ticket History (3/4 Histories)

2010-06-17 00:58 Updated by: magicant
  • New Ticket "test 組込みの演算子の追加" created
2010-06-25 23:38 Updated by: magicant
  • Details Updated
Comment

r2058 で -G, -O, -N 演算子を追加

2012-11-16 16:00 Updated by: magicant
Comment

r3166 で =~ 演算子を追加

2012-11-24 14:44 Updated by: magicant
  • Resolution Update from None to Fixed
  • Status Update from Open to Closed
  • Ticket Close date is changed to 2012-11-24 14:44
Comment

r3170 で単項の -o 演算子を追加

Attachment File List

No attachments

Edit

You are not logged in. I you are not logged in, your comment will be treated as an anonymous post. » Login