summaryrefslogtreecommitdiff
path: root/tests/ls
diff options
context:
space:
mode:
authorPádraig Brady <P@draigBrady.com>2018-03-27 23:51:29 -0700
committerPádraig Brady <P@draigBrady.com>2018-03-27 23:54:14 -0700
commit30e91a10ead098dfbd997fb1b43431bb0f1edd4c (patch)
tree79db5d499bf4ccb37b2021d2d52642dea14d530e /tests/ls
parent8d6acfd853fe78f9b47fe3a317b55d904278f89f (diff)
downloadcoreutils-30e91a10ead098dfbd997fb1b43431bb0f1edd4c.tar.gz
tests: avoid a recent syntax-check failure
* tests/ls/a-option.sh: s/framework_failure/&_/.
Diffstat (limited to 'tests/ls')
-rwxr-xr-xtests/ls/a-option.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ls/a-option.sh b/tests/ls/a-option.sh
index 4fe1e9394..e2e70995d 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