summaryrefslogtreecommitdiff
path: root/tests/llseek.test
diff options
context:
space:
mode:
authorDmitry V. Levin <ldv@altlinux.org>2017-11-22 00:38:03 +0000
committerDmitry V. Levin <ldv@altlinux.org>2017-11-22 00:38:03 +0000
commit3d2a5884ce6311834ae16729e2b01ccf3625c6dd (patch)
tree494c2a7d925594c7196fabfdeed8eee55dddc7eb /tests/llseek.test
parentda0f00bacdfaa92d8681996c152953bb486de743 (diff)
downloadstrace-3d2a5884ce6311834ae16729e2b01ccf3625c6dd.tar.gz
tests: fix llseek test
* tests/llseek.test: Fix typo.
Diffstat (limited to 'tests/llseek.test')
-rwxr-xr-xtests/llseek.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/llseek.test b/tests/llseek.test
index 8dcd65d6c..9db68e3aa 100755
--- a/tests/llseek.test
+++ b/tests/llseek.test
@@ -7,5 +7,5 @@
check_prog grep
run_prog > /dev/null
run_strace -e_llseek $args > "$EXP"
-grep -v '^lseek([0-9]' < "$LOG" > "$OUT"
+grep -v '^_llseek([0-9]' < "$LOG" > "$OUT"
match_diff "$OUT" "$EXP"