X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=tests%2Flib.sh.test.out;h=7139144dc00d1dc25fd1f8340ef5f3bc35855c0a;hb=f89f49df44d2d04eac338ead2d0843304414889e;hp=0bd50a97cef6c9237cc72d99c537541fbddb1b48;hpb=ec22bd63fe3e0d9b36918023bfe5b90a25bef3db;p=config%2Fdotfiles.git diff --git a/tests/lib.sh.test.out b/tests/lib.sh.test.out index 0bd50a9..7139144 100644 --- a/tests/lib.sh.test.out +++ b/tests/lib.sh.test.out @@ -1,12 +1,62 @@ +stdout which ls installed -Mac OS X which for ls +stderr which ls installed -Mac OS X which for doesnt-exist -m4(): generating 'tmp/test' from 'tmp/test.m4' with options '-DTEST=m4' +stupid which +ls installed +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' +################################### +# WARNING! DO NOT EDIT THIS FILE! # +################################### + + +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' +################################### +# WARNING! DO NOT EDIT THIS FILE! # +################################### + + +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). + +... +