mirror of
https://github.com/mdbtools/mdbtools.git
synced 2026-03-10 00:20:54 +08:00
Fix invalid byte sequence error when running test_script.sh in some cases (#423)
This fixes the following error that may occur: argument parsing failed: Invalid byte sequence in conversion input
This commit is contained in:
@@ -1,4 +1,9 @@
|
||||
#!/bin/bash
|
||||
#!/bin/sh
|
||||
|
||||
set -o errexit
|
||||
set -x
|
||||
|
||||
LANG=C.UTF-8
|
||||
|
||||
# Simple test script; run after performing
|
||||
# git clone https://github.com/mdbtools/mdbtestdata.git test
|
||||
@@ -16,3 +21,5 @@
|
||||
./src/util/mdb-ver test/data/ASampleDatabase.accdb
|
||||
./src/util/mdb-ver test/data/nwind.mdb
|
||||
./src/util/mdb-queries test/data/ASampleDatabase.accdb qryCostsSummedByOwner
|
||||
|
||||
printf -- '\n\n%s Passed.\n' "$0"
|
||||
|
||||
Reference in New Issue
Block a user