cvs commit: src/tools/regression/usr.bin/make/shell/meta Makefile expected.status expected.stderr expected.stdout sh.sh test.t

Hartmut Brandt harti at FreeBSD.org
Fri May 20 15:06:29 GMT 2005


harti       2005-05-20 15:06:27 UTC

  FreeBSD src repository

  Added files:
    tools/regression/usr.bin/make/shell/meta Makefile 
                                             expected.status 
                                             expected.stderr 
                                             expected.stdout sh.sh 
                                             test.t 
  Log:
  Add a test to ensure that in compat mode when a line contains no
  shell meta characters it is not passed to the shell, but the command
  is executed directly (given that the line is not a shell builtin) and
  that the line with a meta character is passed to the shell.
  
  Revision  Changes    Path
  1.1       +30 -0     src/tools/regression/usr.bin/make/shell/meta/Makefile (new)
  1.1       +1 -0      src/tools/regression/usr.bin/make/shell/meta/expected.status (new)
  1.1       +1 -0      src/tools/regression/usr.bin/make/shell/meta/expected.stderr (new)
  1.1       +0 -0      src/tools/regression/usr.bin/make/shell/meta/expected.stdout (new)
  1.1       +6 -0      src/tools/regression/usr.bin/make/shell/meta/sh.sh (new)
  1.1       +13 -0     src/tools/regression/usr.bin/make/shell/meta/test.t (new)


More information about the cvs-src mailing list