summaryrefslogtreecommitdiffstats
path: root/file_cmds/tests/file_cmds.plist
diff options
context:
space:
mode:
Diffstat (limited to 'file_cmds/tests/file_cmds.plist')
-rw-r--r--file_cmds/tests/file_cmds.plist33
1 files changed, 33 insertions, 0 deletions
diff --git a/file_cmds/tests/file_cmds.plist b/file_cmds/tests/file_cmds.plist
new file mode 100644
index 0000000..4e4d135
--- /dev/null
+++ b/file_cmds/tests/file_cmds.plist
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+ <key>Project</key>
+ <string>file_cmds</string>
+ <key>IgnoreOutput</key>
+ <true/>
+ <key>Tests</key>
+ <array>
+ <dict>
+ <key>Command</key>
+ <array>
+ <string>/bin/sh</string>
+ <string>chgrp.sh</string>
+ </array>
+ <key>AsRoot</key>
+ <true/>
+ <key>TestName</key>
+ <string>chgrp</string>
+ <key>WhenToRun</key>
+ <array>
+ <string>PRESUBMISSION</string>
+ <string>NIGHTLY</string>
+ </array>
+ <key>WorkingDirectory</key>
+ <string>/AppleInternal/Tests/file_cmds</string>
+ </dict>
+ </array>
+ <key>Timeout</key>
+ <integer>30</integer>
+</dict>
+</plist>