OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TEST_ENV_FILE
(Results
1 - 2
of
2
) sorted by null
/external/ltp/testcases/commands/su/
su01
71
export
TEST_ENV_FILE
="/tmp/TEST_ENV_FILE_ROOT"
83
rm -f $
TEST_ENV_FILE
> /dev/null 2>&1
171
rm -f $
TEST_ENV_FILE
> /dev/null 2>&1
su01_s1
80
if [info exists env(
TEST_ENV_FILE
)] {
81
set
TEST_ENV_FILE
$env(
TEST_ENV_FILE
)
147
spawn su -c "/bin/su root -c \"echo \\\$TEST_LINE > $
TEST_ENV_FILE
\""
156
set test_env_var [exec cat $
TEST_ENV_FILE
]
Completed in 484 milliseconds