From e8f36ec0c56744390751a7a7b7da4c6afdaad31b Mon Sep 17 00:00:00 2001 From: "Dmitry V. Levin" Date: Sat, 1 Oct 2016 14:27:00 +0000 Subject: [PATCH] tests: fix typo in qual_syscall.test Fix test regression introduced by commit v4.13-225-g55334ef. * tests/qual_syscall.test: Fix typo. --- tests/qual_syscall.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/qual_syscall.test b/tests/qual_syscall.test index 49245dd7..4a29f5a5 100755 --- a/tests/qual_syscall.test +++ b/tests/qual_syscall.test @@ -30,7 +30,7 @@ LC_ALL=C grep '^chdir' "$LOG" > /dev/null && dump_log_and_fail_with "$STRACE $args unexpected output" run_strace -e 42 ./umovestr -LC_ALL=C grep '^[[:alnum:]_]*(' > /dev/null && +LC_ALL=C grep '^[[:alnum:]_]*(' "$LOG" > /dev/null && dump_log_and_fail_with "$STRACE $args unexpected output" for a in execve \!chdir all \!none \ -- 2.40.0