]> ruderich.org/simon Gitweb - config/dotfiles.git/blobdiff - tests/lib.sh.test.out
lib.sh: Generalize sed_i() to cmd_i() for in-place changes.
[config/dotfiles.git] / tests / lib.sh.test.out
index 34cfe6d0d0840cdac564e88a6647f1e71a497f89..b16d56937495f0c03d2615801f1d95585336c108 100644 (file)
@@ -1,32 +1,56 @@
-ls installed
-Mac OS X which for ls
-ls installed
-Mac OS X which for doesnt-exist
-m4(): generating 'tmp/test' from 'tmp/test.m4' with options '-DTEST=m4'
+m4: generating 'tmp/test' from 'tmp/test.m4' with options '-DTEST=m4'
 ###################################
 # WARNING! DO NOT EDIT THIS FILE! #
 ###################################
 
 
-Simple test file for m4.
+Simple test file for generate() using m4.
     m4
-m4(): generating 'tmp/test-multiple' from 'tmp/test-multiple.m4' with options '-DFIRST=first -DSECOND=second'
+m4: generating 'tmp/test-multiple' from 'tmp/test-multiple.m4' with options '-DFIRST=first -DSECOND=second'
 ###################################
 # WARNING! DO NOT EDIT THIS FILE! #
 ###################################
 
 
-Test with multiple arguments passed to m4.
+Test with multiple arguments passed to generate().
 first: first
 second: second
 
-m4(): generating 'tmp/test-multiple-spaces' from 'tmp/test-multiple-spaces.m4' with options '-DFIRST=first with spaces -DSECOND=second with spaces'
+m4: generating 'tmp/test-multiple-spaces' from 'tmp/test-multiple-spaces.m4' with options '-DFIRST=first with spaces -DSECOND=second with spaces'
 ###################################
 # WARNING! DO NOT EDIT THIS FILE! #
 ###################################
 
 
-Test with multiple arguments with spaces passed to m4.
+Test with multiple arguments with spaces passed to generate().
 first: first with spaces
 second: second with spaces
 
+awk: generating 'tmp/test-awk' from 'tmp/test-awk.in' with options '{ print $1 }'
+###################################
+# WARNING! DO NOT EDIT THIS FILE! #
+###################################
+
+
+Simple
+first
+
+perl: generating 'tmp/test-perl' from 'tmp/test-perl.in' with options '-p -e s/first/best/'
+###################################
+# WARNING! DO NOT EDIT THIS FILE! #
+###################################
+
+
+Simple test fiel for generate() using perl.
+best second
+
+cat: generating 'tmp/test-cat' from 'tmp/test-cat.real'
+###################################
+# WARNING! DO NOT EDIT THIS FILE! #
+###################################
+
+
+Simple test fiel for generate() using cat (simple copy).
+
+...
+