From 30e91a10ead098dfbd997fb1b43431bb0f1edd4c Mon Sep 17 00:00:00 2001 From: =?utf8?q?P=C3=A1draig=20Brady?= Date: Tue, 27 Mar 2018 23:51:29 -0700 Subject: [PATCH] tests: avoid a recent syntax-check failure * tests/ls/a-option.sh: s/framework_failure/&_/. --- tests/ls/a-option.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ls/a-option.sh b/tests/ls/a-option.sh index 4fe1e93945..e2e70995dc 100755 --- a/tests/ls/a-option.sh +++ b/tests/ls/a-option.sh @@ -21,7 +21,7 @@ print_ver_ ls mkdir d || framework_failure_ -ls -aA d >out || framework_failure +ls -aA d >out || framework_failure_ compare /dev/null out || fail=1 Exit $fail -- 2.47.2