]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
tests: avoid a recent syntax-check failure
authorPádraig Brady <P@draigBrady.com>
Wed, 28 Mar 2018 06:51:29 +0000 (23:51 -0700)
committerPádraig Brady <P@draigBrady.com>
Wed, 28 Mar 2018 06:54:14 +0000 (23:54 -0700)
* tests/ls/a-option.sh: s/framework_failure/&_/.

tests/ls/a-option.sh

index 4fe1e93945ca1809035766349c72068398a00af3..e2e70995dcf79529ae3b332eed3d5a0c1b8186ec 100755 (executable)
@@ -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