]> git.karo-electronics.de Git - karo-tx-linux.git/blob - tools/testing/selftests/sysctl/run_numerictests
Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus
[karo-tx-linux.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 $rc