diff options
| author | Cameron Katri <me@cameronkatri.com> | 2021-05-21 09:21:42 -0400 |
|---|---|---|
| committer | Cameron Katri <me@cameronkatri.com> | 2021-05-21 09:21:42 -0400 |
| commit | f06784df5a44c2aeb450ff88346a96f0bc9eb732 (patch) | |
| tree | 49e9923a65f7cf572a6f0833737b72848299b1c8 /file_cmds/tests/file_cmds.plist | |
| parent | 0e3bb24ea8cde1573760b88ad56c1cc00be15cc8 (diff) | |
| parent | 8d788054a62508f8d1b93067be16fb73f987ca8e (diff) | |
| download | apple_cmds-f06784df5a44c2aeb450ff88346a96f0bc9eb732.tar.gz apple_cmds-f06784df5a44c2aeb450ff88346a96f0bc9eb732.zip | |
Merge branch 'apple'
Diffstat (limited to 'file_cmds/tests/file_cmds.plist')
| -rw-r--r-- | file_cmds/tests/file_cmds.plist | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/file_cmds/tests/file_cmds.plist b/file_cmds/tests/file_cmds.plist index 4e4d135..337d4b4 100644 --- a/file_cmds/tests/file_cmds.plist +++ b/file_cmds/tests/file_cmds.plist @@ -12,6 +12,42 @@ <key>Command</key> <array> <string>/bin/sh</string> + <string>cp.sh</string> + </array> + <key>AsRoot</key> + <false/> + <key>TestName</key> + <string>cp</string> + <key>WhenToRun</key> + <array> + <string>PRESUBMISSION</string> + <string>NIGHTLY</string> + </array> + <key>WorkingDirectory</key> + <string>/AppleInternal/Tests/file_cmds</string> + </dict> + <dict> + <key>Command</key> + <array> + <string>/bin/sh</string> + <string>touch.sh</string> + </array> + <key>AsRoot</key> + <false/> + <key>TestName</key> + <string>touch</string> + <key>WhenToRun</key> + <array> + <string>PRESUBMISSION</string> + <string>NIGHTLY</string> + </array> + <key>WorkingDirectory</key> + <string>/AppleInternal/Tests/file_cmds</string> + </dict> + <dict> + <key>Command</key> + <array> + <string>/bin/sh</string> <string>chgrp.sh</string> </array> <key>AsRoot</key> |
