commit: 25c0414efc8e2f0f9b0e88996136602e28365c6c
parent f18f65ce0b0486944722ac12ecc8cca260e56e56
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Sat, 12 Mar 2022 03:05:00 +0100
test-bin/tee:writeslash: Update fixture for NetBSD
Diffstat:
1 file changed, 1 insertion(+), 5 deletions(-)
diff --git a/test-bin/tee b/test-bin/tee
@@ -57,11 +57,7 @@ nullinput_body() {
atf_test_case writeslash
writeslash_body() {
# shellcheck disable=SC1112
- if [ "$(uname -s)" = "NetBSD" ]; then
- atf_check -s exit:1 -e 'inline:Error opening ‘./’: File exists\n' ../bin/tee ./ <inputs/all_bytes
- else
- atf_check -s exit:1 -e 'inline:Error opening ‘./’: Is a directory\n' ../bin/tee ./ <inputs/all_bytes
- fi
+ atf_check -s exit:1 -e 'inline:Error opening ‘./’: Is a directory\n' ../bin/tee ./ <inputs/all_bytes
}
atf_test_case enoent