logo

utils

~/.local/bin tools and git-hooks git clone https://hacktivis.me/git/utils.git
commit: c7a3625f39f98c656950bfe026f608d5400abe9b
parent e18d8a6710957a563634ed4c02fae66a97b7a94e
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Wed, 12 Jul 2023 20:21:39 +0200

test-cmd/sname: Fix ENOSPACE fixture

Diffstat:

Mtest-cmd/sname2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test-cmd/sname b/test-cmd/sname @@ -26,7 +26,7 @@ devfull_body() { [ "$(uname -s)" = "NetBSD" ] && atf_expect_fail "NetBSD ignoring write errors for puts()" [ "$(uname -s)" = "FreeBSD" ] && atf_expect_fail "FreeBSD ignoring write errors for puts()" - atf_check -s exit:1 -e 'inline:sname: No space left on device\n' sh -c '../cmd/sname >/dev/full' + atf_check -s exit:1 -e 'inline:sname: printf: No space left on device\n' sh -c '../cmd/sname >/dev/full' } atf_init_test_cases() {