]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - tools/testing/selftests/sysctl/run_numerictests
test_sysctl: add dedicated proc sysctl test driver
[mirror_ubuntu-artful-kernel.git] / tools / testing / selftests / sysctl / run_numerictests
index e6e76c93d94873ec39c49519da05cb11bec5189d..c375ce0f4c15869abc36c0cbc52dd6fe07a5bacd 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
 
-SYSCTL="/proc/sys"
-TARGET="${SYSCTL}/vm/swappiness"
+SYSCTL="/proc/sys/debug/test_sysctl/"
+TARGET="${SYSCTL}/int_0001"
 ORIG=$(cat "${TARGET}")
 TEST_STR=$(( $ORIG + 1 ))