File: exec.htt

package info (click to toggle)
httest 2.4.23-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,876 kB
  • sloc: ansic: 19,553; sh: 10,550; xml: 1,047; makefile: 510; lisp: 145; perl: 31
file content (17 lines) | stat: -rwxr-xr-x 307 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
INCLUDE $TOP/test/config.htb
INCLUDE $TOP/test/shell.htb

EXEC echo Hallo Welt > tmp.txt 

CLIENT

_SLEEP 1000
_EXEC echo hello world
setShellCommandVars
_EXEC $CAT tmp.txt >$DEV_NULL
_EXEC $RM tmp.txt
# "unix|windows"
_EXPECT ERROR "Internal error|is not recognized"
_EXEC noSuchCommand94237483263834

END