We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae666a6 commit 1dc90ccCopy full SHA for 1dc90cc
tools/testing/selftests/damon/debugfs_attrs.sh
@@ -63,10 +63,10 @@ echo "$orig_content" > "$file"
63
file="$DBGFS/schemes"
64
orig_content=$(cat "$file")
65
66
-test_write_succ "$file" "1 2 3 4 5 6 4 0 0 0 1 2 3" \
+test_write_succ "$file" "1 2 3 4 5 6 4 0 0 0 1 2 3 1 100 3 2 1" \
67
"$orig_content" "valid input"
68
test_write_fail "$file" "1 2
69
-3 4 5 6 3 0 0 0 1 2 3" "$orig_content" "multi lines"
+3 4 5 6 3 0 0 0 1 2 3 1 100 3 2 1" "$orig_content" "multi lines"
70
test_write_succ "$file" "" "$orig_content" "disabling"
71
echo "$orig_content" > "$file"
72
0 commit comments