]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Only run the timerfd_create()/timerfd_gettime()/timerfd_settime() test on kernel...
authorBart Van Assche <bvanassche@acm.org>
Sun, 27 Apr 2008 13:21:01 +0000 (13:21 +0000)
committerBart Van Assche <bvanassche@acm.org>
Sun, 27 Apr 2008 13:21:01 +0000 (13:21 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7947

memcheck/tests/linux-timerfd-syscall.vgtest

index ecd0d3e14c47b31e26b0004a22bd1ad91ebed9c9..1f1fbb711715eb8285a30dd0c7839ba2bcd875f8 100644 (file)
@@ -1,2 +1,2 @@
-prereq: [ "$(uname)" = "Linux" ] && awk 'END{exit("'$(uname -r)'" >= "2.6.23" ? 0 : 1)}' </dev/null
+prereq: [ "$(uname)" = "Linux" ] && awk 'END{exit("'$(uname -r)'" >= "2.6.25" ? 0 : 1)}' </dev/null
 prog: linux-timerfd-syscall