File: BadTag.sh

package info (click to toggle)
jtreg 5.1-b01-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 5,432 kB
  • sloc: java: 29,218; xml: 729; sh: 665; makefile: 245
file content (13 lines) | stat: -rw-r--r-- 327 bytes parent folder | download | duplicates (13)
1
2
3
4
5
6
7
8
9
10
11
12
13
# @test
# @summary Error: Parse Exception: No script name provided for `shell'
# @run shell

# @test
# @summary Error: Parse Exception: Bad option for shell: bad_opt
# @run shell/bad_opt BadTag.sh

# @test
# @summary Error: Parse Exception: Bad integer specification: bad_int
# @run shell/timeout=bad_int BadTag.sh

echo "hi!"