]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blob - tools/testing/selftests/sysctl/run_numerictests
e6e76c93d94873ec39c49519da05cb11bec5189d
[mirror_ubuntu-artful-kernel.git] / tools / testing / selftests / sysctl / run_numerictests
1 #!/bin/sh
2
3 SYSCTL="/proc/sys"
4 TARGET="${SYSCTL}/vm/swappiness"
5 ORIG=$(cat "${TARGET}")
6 TEST_STR=$(( $ORIG + 1 ))
7
8 . ./common_tests
9
10 exit_test