Searched refs:test_write_succ (Results 1 – 4 of 4) sorted by relevance
12 test_write_succ "$file" "1 2 3 4" "$orig_content" "valid input"13 test_write_succ "$file" "1 2 abc 4" "$orig_content" "still valid input"15 test_write_succ "$file" "abc 2 3" "$orig_content" "the file allows wrong input"17 test_write_succ "$file" "" "$orig_content" "empty input"
12 test_write_succ "$file" "1 2 3 4 5 6 4 0 0 0 1 2 3 1 100 3 2 1" \16 test_write_succ "$file" "" "$orig_content" "disabling"
12 test_write_succ "$file" "1 2 3 4 5" "$orig_content" "valid input"
21 test_write_succ() { function