From c85c930b265fd651cf591f89aa9fde54dcc5ea63 Mon Sep 17 00:00:00 2001 From: Robin Mills Date: Sat, 16 May 2020 10:25:34 +0100 Subject: [PATCH] Fixing ioTest -> iotest (fails on NetBSD). --- test/iotest.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/iotest.sh b/test/iotest.sh index 310e8a47..bc86b7c9 100755 --- a/test/iotest.sh +++ b/test/iotest.sh @@ -10,7 +10,7 @@ source ./functions.source echo printf "file io tests" copyTestFiles $test_files - for i in $test_files; do runTest ioTest $i s1 s2; done + for i in $test_files; do runTest iotest $i s1 s2; done printf "\n---------------------------------------------------------\n" if [ $errors -eq 0 ]; then