Searched refs:orig_content (Results 1 – 2 of 2) sorted by relevance
7 orig_content=$316 echo "$orig_content" > "$file"31 orig_content=$240 echo "$orig_content" > "$file"51 orig_content=$(cat "$file")53 test_write_succ "$file" "1 2 3 4 5" "$orig_content" "valid input"54 test_write_fail "$file" "1 2 3 4" "$orig_content" "no enough fields"55 test_write_fail "$file" "1 2 3 5 4" "$orig_content" \57 test_content "$file" "$orig_content" "1 2 3 4 5" "successfully written"58 echo "$orig_content" > "$file"[all …]
303 orig_content = f.read()308 f.write(orig_content)