regress-env.rgdata (6404f697a01c9b274232db3c1bba19c75163df6e) | regress-env.rgdata (6ab1d4d9c37d6e19c89fdd87f8bb01fa34526449) |
---|---|
1#- 2# Copyright (c) 2005 - Garance Alistair Drosehn <gad@FreeBSD.org>. 3# All rights reserved. 4# 5# Redistribution and use in source and binary forms, with or without 6# modification, are permitted provided that the following conditions 7# are met: 8# 1. Redistributions of source code must retain the above copyright --- 368 unchanged lines hidden (view full) --- 377[test] 378 sb_args:-S/bin/echo ${A} "${B}" ${C} "${D}" ScriptName: 379 setenv:A=A_ThisisAlongstring_A1 380 setenv:B=B_ThisisAlongstring_B1 381 setenv:C=C_ThisisAlongstring_C1 382 setenv:D=D_ThisisAlongstring_D1 383 stdout:A_ThisisAlongstring_A1 B_ThisisAlongstring_B1 C_ThisisAlongstring_C1 D_ThisisAlongstring_D1 ScriptName: [%-script.pathname-%] 384[run] | 1#- 2# Copyright (c) 2005 - Garance Alistair Drosehn <gad@FreeBSD.org>. 3# All rights reserved. 4# 5# Redistribution and use in source and binary forms, with or without 6# modification, are permitted provided that the following conditions 7# are met: 8# 1. Redistributions of source code must retain the above copyright --- 368 unchanged lines hidden (view full) --- 377[test] 378 sb_args:-S/bin/echo ${A} "${B}" ${C} "${D}" ScriptName: 379 setenv:A=A_ThisisAlongstring_A1 380 setenv:B=B_ThisisAlongstring_B1 381 setenv:C=C_ThisisAlongstring_C1 382 setenv:D=D_ThisisAlongstring_D1 383 stdout:A_ThisisAlongstring_A1 B_ThisisAlongstring_B1 C_ThisisAlongstring_C1 D_ThisisAlongstring_D1 ScriptName: [%-script.pathname-%] 384[run] |
385 386[test] 387 sb_args:sh 388 script:[%-testpgm.pathname-%] -S '\c' >/dev/null 389[run] 390[test] 391 sb_args:sh 392 script:[%-testpgm.pathname-%] -S'\c' >/dev/null 393[run] 394[test] 395 sb_args:sh 396 script:[%-testpgm.pathname-%] -u foo -S '\c' >/dev/null 397[run] 398[test] 399 sb_args:sh 400 script:[%-testpgm.pathname-%] -u foo -S'\c' >/dev/null 401[run] 402[test] 403 sb_args:sh 404 script:[%-testpgm.pathname-%] -S '-u bar \c' >/dev/null 405[run] 406[test] 407 sb_args:sh 408 script:[%-testpgm.pathname-%] -S'-u bar \c' >/dev/null 409[run] 410[test] 411 sb_args:sh 412 script:[%-testpgm.pathname-%] -u foo -S '-u bar \c' >/dev/null 413[run] 414[test] 415 sb_args:sh 416 script:[%-testpgm.pathname-%] -u foo -S'-u bar \c' >/dev/null 417[run] |
|