]> ruderich.org/simon Gitweb - config/dotfiles.git/blob - tests/lib.sh.test.out
lib.sh: Improve installed() to work with more which.
[config/dotfiles.git] / tests / lib.sh.test.out
1 stdout which
2 ls installed
3 stderr which
4 ls installed
5 stupid which
6 ls installed
7 m4: generating 'tmp/test' from 'tmp/test.m4' with options '-DTEST=m4'
8 ###################################
9 # WARNING! DO NOT EDIT THIS FILE! #
10 ###################################
11
12
13 Simple test file for generate() using m4.
14     m4
15 m4: generating 'tmp/test-multiple' from 'tmp/test-multiple.m4' with options '-DFIRST=first -DSECOND=second'
16 ###################################
17 # WARNING! DO NOT EDIT THIS FILE! #
18 ###################################
19
20
21 Test with multiple arguments passed to generate().
22 first: first
23 second: second
24
25 m4: generating 'tmp/test-multiple-spaces' from 'tmp/test-multiple-spaces.m4' with options '-DFIRST=first with spaces -DSECOND=second with spaces'
26 ###################################
27 # WARNING! DO NOT EDIT THIS FILE! #
28 ###################################
29
30
31 Test with multiple arguments with spaces passed to generate().
32 first: first with spaces
33 second: second with spaces
34
35 awk: generating 'tmp/test-awk' from 'tmp/test-awk.in' with options '{ print $1 }'
36 ###################################
37 # WARNING! DO NOT EDIT THIS FILE! #
38 ###################################
39
40
41 Simple
42 first
43
44 perl: generating 'tmp/test-perl' from 'tmp/test-perl.in' with options '-p -e s/first/best/'
45 ###################################
46 # WARNING! DO NOT EDIT THIS FILE! #
47 ###################################
48
49
50 Simple test fiel for generate() using perl.
51 best second
52
53 cat: generating 'tmp/test-cat' from 'tmp/test-cat.real'
54 ###################################
55 # WARNING! DO NOT EDIT THIS FILE! #
56 ###################################
57
58
59 Simple test fiel for generate() using cat (simple copy).
60
61 ...
62