This commit is contained in:
parent
aa2ff7b2f0
commit
2f3113f55d
11742 changed files with 1223940 additions and 0 deletions
|
|
@ -0,0 +1,29 @@
|
|||
Test of the cram test framework itself
|
||||
|
||||
Multiline commands
|
||||
|
||||
$ cat <<EOF
|
||||
> Multiline
|
||||
> Text
|
||||
> EOF
|
||||
Multiline
|
||||
Text
|
||||
|
||||
The environment is preserved across phrases
|
||||
|
||||
$ TOTO=hello
|
||||
$ echo $TOTO
|
||||
hello
|
||||
|
||||
$ mkdir -p toto
|
||||
$ cd toto
|
||||
$ pwd
|
||||
$TESTCASE_ROOT/toto
|
||||
$ cd ..
|
||||
|
||||
Printing stuff with backslashes
|
||||
|
||||
$ cat <<EOF
|
||||
> abc \ def \n hij
|
||||
> EOF
|
||||
abc \ def \n hij
|
||||
Loading…
Add table
Add a link
Reference in a new issue