X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=tests%2Flib.sh.test.out;h=34cfe6d0d0840cdac564e88a6647f1e71a497f89;hb=f30437901deddf4e539294eaddcd2f19af1d778b;hp=79a69a081cd5a1bdc9c7f5e95dadd71f3610a8b5;hpb=84f932c810dae9ba0dd948e3a90c2f90d1f4e24a;p=config%2Fdotfiles.git diff --git a/tests/lib.sh.test.out b/tests/lib.sh.test.out index 79a69a0..34cfe6d 100644 --- a/tests/lib.sh.test.out +++ b/tests/lib.sh.test.out @@ -1 +1,32 @@ -which installed +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' +################################### +# WARNING! DO NOT EDIT THIS FILE! # +################################### + + +Simple test file for 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 m4. +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 m4. +first: first with spaces +second: second with spaces +