Searched refs:testroot (Results 1 – 1 of 1) sorted by relevance
28 testroot="${common_objpfx}locale/tst-locale-locpath-directory"30 rm -rf "$testroot"34 rm -rf "$testroot"35 mkdir -p $testroot41 > "$testroot/stdout" 2> "$testroot/stderr"44 cat "$testroot/stderr"46 cat "$testroot/stdout"48 cat > "$testroot/stderr-expected" <<EOF55 cat > "$testroot/stdout-expected" <<EOF73 if ! cmp -s "$testroot/stderr-expected" "$testroot/stderr" ; then[all …]
Completed in 4 milliseconds