mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 20:52:45 +00:00 
			
		
		
		
	|  86f50aa74e There's no guarantee that the last executed command will have a zero
exit code, and so the shell exit code may or may not be zero, even if
all the tests pass.
Also changes the `test || echo fail && exit` to
`if not test { echo fail && exit }`, since that's nicer-looking. | ||
|---|---|---|
| .. | ||
| backgrounding.sh | ||
| brace-exp.sh | ||
| builtin-redir.sh | ||
| control-structure-as-command.sh | ||
| function.sh | ||
| if.sh | ||
| loop.sh | ||
| match.sh | ||
| sigpipe.sh | ||
| special-vars.sh | ||
| subshell.sh | ||
| test-commons.inc | ||
| valid.sh | ||