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